@font-face{
    font-family: "FSElliot-light";
    src: url("fonts/FSELLIOT/FSElliot-Light.otf") format("truetype");
}

@font-face{
    font-family: "FSElliot-regular";
    src: url("fonts/FSELLIOT/FSElliot-Regular.otf") format("truetype");
}

@font-face{
    font-family: "FSElliot-bold";
    src: url("fonts/FSELLIOT/FSElliot-Bold.otf") format("truetype");
}


body{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;

    background-color: #64d8c2;
    font-family: 'FSElliot-regular', 'sans-serif';

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img{
    width: 300px;
}

h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'FSElliot-bold', 'sans-serif';
}

p{
    margin: 0;
    padding: 0;
    font-family: 'FSElliot-light', 'sans-serif'; 
}

a{
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #64d8c2;
    border-radius: 10px;
    font-size: 0.8em;
    color: black;
    text-decoration: none;

    background-color: #aaf9e9;
}