*{
    margin: 0; border: 0; padding: 0; box-sizing: border-box;
}

h1 {text-align: center;
    padding: 5vh;
    /* border: solid black 2px; */
    background-image: url(/images/stones.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 4em;
    text-shadow: seashell 2px 2px;

}

nav{
    border: solid black 2px;
    background-color: rgba(5, 8, 8, 0.911);
    height: 50px;
    display: flex;
    justify-content: center;
}

nav a{
    font-size: 1.4em;
    text-decoration: none;
    margin-right: 24px;
    padding-right: 20px;
    text-shadow: black 2px 2px;
    color:rosybrown;
    height: 50px;
}

body {
    background-image: url(/images/water.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#flex {
    display: flex;
    justify-content: space-around;
    background-color: rgba(00,00,00,.5);
}

img{
    position: center;
}

#description {
    height:60px;
    text-align: center;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: seashell;
    font-size: 1.5em;
}

#description a {
    color: seashell;
}

#main {
    display: flex;
    justify-content: space-between;

}

#back {
    float: left;
    width: 50%;
    min-height: 10vh;
    border: seashell solid .5px;
    background-color: rgba(5, 8, 8, 0.911);
    text-align: center;
    padding: 3vh;
    text-decoration: none;
    font-size: 3em;
    background-size: 10%;
    color: seashell;
}
    


#next {
    float: right;
    width: 50%;
    min-height: 10vh;
    border: seashell solid .5px;
    background-color: rgba(5, 8, 8, 0.911);
    text-align: center;
    padding: 3vh;
    text-decoration: none;
    font-size: 3em;
    color: seashell;
}

