h4{
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    margin-left: 770px;
    text-shadow: 5px 3px 10px red;
}
.nav-links{
   float: right;
}
ul li{
    display: inline;
    list-style: none;
    margin: 1px 40px;
    font-size: 35px;
    text-decoration: none;
}

li a{
    text-decoration: none;
    color: green;
}
li a:hover{
    color: red;
}

.container{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;top: 0;bottom: 0;left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    /* border: 2px solid; */
    width: 800px;
    height: 170px;
    border-radius: 25px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 3px 26px 9px brown;
}

.container h2{
    
    /* background-color: aqua; */
    border-radius: 25px;
    width: 770px;
    height: 100%;
}

#btn{
    width: 140px;
    height: 100px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}