@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

body {
    background-color: #c5a67e;
}

h1 {
    font-family: 'Caveat', cursive;
    color: aliceblue;
    font-size: 100px;
    text-align: center;
}

header {
    color: aliceblue;
}

.link {
    color: aliceblue;
}

.link:hover {
    color: #3ea8ff;
}

p {
    color: aliceblue;
}

.field {
    display: flex;
    justify-content: space-around;
}