body {
    margin: 0;
}
nav {
    width: 100%;
    height: 45px;
    opacity: 90%;
    border: solid 2px rgb(6, 0, 58);
    display: flex;
    position: solid;
    align-items: center;
    justify-content: space-between;
    background-image: url("ice texture.jpg");
}
main {
    color: rgb(0, 194, 194);
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-size: cover;
    background-image: url("calm nature.jpg");
    background-repeat: none;

}
footer {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: rgb(66, 66, 66);
    color: white;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.menubalk {
    display: flex;
    width: 33%;
    justify-content: left;
    margin-left: 5px;
}
.menu {
    height: 45px;
    background-color: rgb(30, 107, 250);
    text-align: center;
    text-decoration: solid;
    width: 100px;
    margin-right: 10px;
    border-radius: 3px;
    opacity: 100%;
    box-sizing: border-box; 
}
.menu:hover {
    background-color: rgb(108, 83, 252);
    border: solid 3px black;
    color: rgb(0, 0, 0);
    opacity: 100%;
    text-decoration: none;
}
.logo-midden {
    margin-right: 2%;
}
.logo-top {
    height: 45px;
    width: auto;
    display: flex;
    position: center;
}
.text {
    background-color: black;
    opacity: 50%;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: wavy;
}