

@import url('https://fonts.googleapis.com/css2?family=Fredoka One');

body {
    font-family: 'Fredoka One';
    text-align: center;
    background: linear-gradient(to bottom right, #a447eb, rgb(75, 255, 243), #ffc144);
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    align-content: center;
    font-size: 22px;
}

.links a {
    color: brown;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

.navbar {
    margin: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: left;
}