* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background-color: darkolivegreen;
}

body {
    display: flex;
    flex-direction: column;
    /* gap: 3rem; */
    justify-content: center;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    /* height:100vh; */
    margin: 0 auto;
    /* padding-bottom: -500px; */
    color: aliceblue;
}
a {
    text-align: right;
    margin: 10px 20px;
    color: aliceblue;
}
h1 {
    font: 1000 4rem Calibri;

}
h2{
    margin-top: -10px;
}
h3 {
    margin-left: 210px;
    margin-top: -18px;
}
h4 {
    margin-left: -200px;
    margin-bottom: -30px;
}
h5 {
    /* position:absolute; */
    padding: 500px 0;
    top:1000px;
    margin: 0 auto;
    bottom: -100px;
}
main {
    height: 100vh;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content:center;
}