@import url('https://fonts.googleapis.com/css2?family=Asap:wght@600&display=swap');
div{
    text-align: center;
    padding-top: 20px;
    color:black;

}
h4{
    font-size: 25px;
    text-align: center;
    /* color: #00EEEE; */
color:black;
}
input[type=text]{
    font-family:Asap,sans-serif;
    text-align: center;
    font-size:large;
    width: 80px;
    padding: 10px 10px;
    margin: 8px 0;
    background-color: rgb(83 126 123);;
    border: 3px solid black;
    /* background-color: #54b5cb; */
    /* border: 3px solid #888; */
    border-radius:20px;
    transition: 2s;
}
input[type=text]:focus{
    border:3px solid #555;
}
body{
font-family : 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #4cb4ab;
    background-image: url(banner.jpg);
    background-repeat: no-repeat;
  background-size: 100%;
}
h2{
    font-size: 50px;
    text-align: center;
    /* color: #00EEEE; */
    color:black;
    padding-top: 30px;
}
label{
    font-size: 25px;
    font-weight: bold;
}