a{
  
    color: #ffff;
    text-decoration:none;
    font-family: 'Lato', sans-serif;
    font-size: medium;
    font-weight: bold;
}

form{
    display: flex;
    flex-direction: column;
    background-color: rgba(246, 240, 240, 0.8);
    height: 80%;
    width: 650px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

input{
    width: 600px;
    height: 50px;
    background-color:rgba(171, 186, 215, 0.8);
    margin: 20px;
    cursor: pointer;
}

.div1{     
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: auto;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

p{
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px; ;
    font-size: 15px;
}
