.home{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    align-items: center;
    margin: autc;
}
.home>fieldset{
    width: auto;
    height: 20px;
}
.home h1{
    margin:auto;
}
.home input{
    width: 300px;
    height: 30px;
    margin-left: auto;
    font-size: 20px;
    text-align: left;
}
.home button{
    background-color: lightgray;
    border-radius: 5px;
    border: 1px solid lightgray;
    height: 30px;
    font-size: 18px;
}

.nav{
    align-items: center;
    margin: auto;
    display: flex;
}
.nav>button{
    margin-top: -15px;
    margin-bottom:-15px;
    border-right: 1px solid lightgray;
    border-top: 0px;
    border-bottom:0px ;
    border-left: 0px;
    background-color: white;
}
.nav>button:hover{
    background-color: lightgray;
}
.nav>button:last-child{
        border-left: 1px solid lightgrey;
        background-color: lightgreen;
}
.nav>button:first-child:hover{
    background-color: lightblue;
}
.nav>button:last-child{
    margin-left: auto;
    border-left: 1px solid lightgray;
}
.nav>:button:first-child:hover{
    background-color: lightblue;
}
.nav a{
    text-decoration: none;
    color: black;
}

.container{
    margin: 100px;
    padding: 5%;
    text-align: center;
    width: 20%;
    border: 2px solid lightgray;

}
.container>input{
    width: 50%;
    height: 50px;
}
.container>input:hover{
    border-color: #0b57d0;
    color: #0b57d0;
    
}
.container>input:active{
    border-color: #0b57d0;
}
.container select{
    border: 0px;
    margin-left: 30px;
}
.container button{
    color: white;
    background-color: #0b57d0;
    width: 20%;
    height: 10%;
    align-items: center;
    margin-left: 250px;
    border-radius: 5px;
    border: 4px solid #0b57d0;
}
form input {
    color: white;
    background-color: #0b57d0;
    width: 20%;
    height: 10%;
    align-items: center;
    margin-left: 250px;
    border-radius: 5px;
    border: 4px solid #0b57d0;
}