*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0rem;
   /*background-image: linear-gradient(to left bottom, #9d9d9d, #acacac, #bbbbbb, #cacaca, #d9d9d9);
   background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
   background-image: url("handshake.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.container{
    
    width: 67%;
    margin: auto;
    margin-top: 8%;
}
.heading{
    color:white;
    font-size: 2rem;
    font-family: 'KoHo', sans-serif;
}
form input,select {
    width:21rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius:1rem;
    font-size: 1rem;
    border:none;
    outline: none;
    background-color:#d3e0ea;
}
label{
    font-size: 1.5rem;
    color:white;
}
.one,.two,.three{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zero{
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
#profile{
    width: 20rem;
}
input[type=submit]{
    border-radius: 0.5rem;
    width: 7rem;
    color:white;
    background-color: #051937;
}
.submit{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:1408px){
    .one,.two,.three{
        display: flex;
        flex-direction: column;
    }
    .zero{
        display: flex;
        flex-direction: column;
    }
    .a,.b,.c,.d,.e,.f,.g,.h{
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width:500px){

    form input,select {
        width:16rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 1rem;
        border-radius:1rem;
        font-size: 0.7rem;
        border:none;
        outline: none;
        background-color:#d3e0ea;
    }
    #profile{
        width: 16rem;
    }
    label{
        font-size: 1.3rem;
      
    }
}
