body{
    background-color:#070000;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    font-family: Helvetica, sans-serif;
    color: white;

}
.home{
    text-decoration: none;
    display: inline-block;
    margin-top: 100px;
    color:white;
    background-color: rgba(0, 128, 0, 0.116)s;

}
section{
    font-size: 30px;
    font-family: Helvetica, sans-serif;

}
.navbar{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
#top{
    margin-bottom: 50px;
    margin-top: 50px;

}
.nav_link {
    text-decoration: none;
    background-color: rgba(247, 246, 246, 0.068);
    padding: 10px;
    border-radius: 10px;
}

.navbar li a{
    color: rgb(245, 17, 234);
    font-size: 30px;

}
.navbar li a:hover{
    color: rgb(44, 245, 17);
    font-size: 35px;
    box-sizing: border-box;
    width: 70%;

}
#back{
    display: inline-block;
    
    color: rgb(245, 17, 234);
    font-size: 30px;
    background-color: rgba(247, 246, 246, 0.068);
    padding: 10px;
    border-radius: 10px;

   text-decoration: none;
    margin-bottom: 20px;
}

.title{
    margin-bottom: 100px;
    color: rgb(195, 205, 50);
}

h2{
    color: rgb(0, 128, 43);
    background-color: rgba(252, 217, 171, 0.959);
    border-radius: 20px;
}

.text{
    font-family:  sans-serif;
    font-style: italic;
}


