@import url('../fonts/fonts.css');

body {
    margin: 0;
    background-color: #455d78;
    height: 100vh;
    align-content: center;
}

main {
    background-color: #ecebe9;
    width: 90%;
    height: 80%;
    margin: auto;
    padding: 10px;
    overflow-y: auto;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Playfair';
    font-size: 56px;
}

ul {
    list-style: none;
    padding-left: 0;
}


a {
    /* display: inline-block; */
    text-align: center;
    color: black;
    font-family: 'Now';
    font-size: 30px;
}

h2 {
    font-family: 'Now';
    font-size: 30px;
    font-weight: 200;
}

#back {
    text-decoration: none;
    color: white;
    
    position: absolute;
    
    left: 5%;
    bottom: 2%;
    font-size: 22px;
}