header img {
    height: 80px;
}

body {
    height: 125vh;
    background-image: url(images/MainPage.jpg);
    background-size: cover;
    font-family: sans-serif;
}

body {
    height: 125vh;
    background-size: cover;
    font-family: sans-serif;
    margin-top: 80px;
    padding: 30px;
}

header {
    background-color: #8dd7e7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

header * {
    display: inline;
}

header li {
    margin: 20px;
}

header li a {
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, p  {
    text-align: center;

}



