/* Oh dear god why am i so stupid */

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

body {
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(91, 206, 250), white, rgb(245, 169, 184));
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: black;
    font-family: 'Garamond', serif;
}

a {
    color: rgb(53, 114, 138)
}


hr {
    border: 1px solid rgb(255, 255, 255);
}