@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-VariableFont_wght.ttf)
}

body {
    background-color: #053c5e;
    height: 100%;
    margin: 0;
    color: #bfdbf7;
    font-family: Quicksand;
}

.center {
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.name {
    font-weight: 400;
    font-size: 2.5em;
}

a {
    color: #bfdbf7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}