#nav{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: auto;
    text-align: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}

#nav>h1{
    color: cornflowerblue;
}
#nav>h2>a{
    color: black;
    text-decoration: none;
}
#info{
    width: 100%;
    height: 50px;
    background-color: darkviolet;
}
#info>div{
    width: 70%;
    margin: auto;
    align-items: center;
}
#info>div>h4{
    align-items: center;
    color: white;
}
#in{
    height: 500px;
    width: 500px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: auto;
    margin-top: 50px;
    border-radius: 10px;
}
#in>div{
    text-align: center;
}
#in>div>h2{
    margin-top: 0px;
}
div>form>input{
        height: 40px;
        width: 400px;          
    }
    div>form>p{
        margin-top: 40px;
    }
    div>button{
        height: 50px;
        width: 400px;
        border-radius: 5px;
        margin-top: 70px;
        background-color: darkviolet;
        border: none;
        outline: none;
        color: white;
        font-size: 20px;
    }
    #bottom{
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: gainsboro;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    }
    #bottom>p{
        color: darkorchid;
    }