body {
    background-color: rgb(2, 31, 57);
}
.head img {
    width: 150px;
    margin: auto;
    display: flex;
}
.head h3 {
    color: rgb(222, 255, 156);
    font-family: Montserrat;
    text-align: center;
    margin-top: 0px;
}
.main p{
    color:white;
    font-family: poppins;
    text-align: center;
}  
.temp2{
    display: flex;
}
.main a{
    text-decoration: none;
    text-align: center;
    width:250px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 13px;
    font-size: 19px;
    background-color: rgba(0, 247, 255, 0.214);
    color:white;
    font-family: poppins;
    border: none;
    cursor: pointer;
    
}
.main a:hover{
    background-color: white;
    color:rgb(0, 98, 101);
}

.temp img{
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.temp p{
    color: rgb(247, 114, 114);
    font-family: 'Baloo Bhai 2';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
}
.temp p:hover{
    color: yellowgreen;
}
.footer p {
    text-align: center;
    color: white;
    font-family: Poppins;
}