body {
    
   
    background-size: cover;
    background-attachment: fixed;
  }
  .tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* header{
    font-family: "Raleway", sans-serif;
    background-color: #03045E;
    color:white;
    text-align: center;
} */
h3{
    font-family: "Raleway", sans-serif;
    color:#03045E;
    justify-content: center;
    margin: 5px;
    font-weight: 100;
    padding-left: 60px;
}
p{
    font-family: "Raleway", sans-serif;
    color:#03045E;  
}
input{
    background-color: #231a6f;
    border-radius: 4px;
    padding: 6px 6px;
    color:#ffffff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    text-align: center;

    
}
.pad{
    padding: 10px 18px;
    margin-top: 150px;
}


button{
    background-color: #03045E;
    border-radius: 4px;
    padding: 8px 18px;
    margin: 8px 0;
    color:white;
    border: none;
}
div{
    margin:5px;
    justify-content: center;
}
p{
    color:#03045E;
    font-size: 30px;
}
h2{
    font-family: "Raleway", sans-serif;
    color:#03045E;
    text-align: center;  
}

h1{
    font-family: "Raleway", sans-serif;
    color:white;
    text-align: center;
}