body{
    background: rgb(97,183,117);
    background: linear-gradient(120deg,  rgba(28,54,107,1) 50%,  rgba(0,0,0,1)100%);
    background-repeat:no-repeat;
      min-height: 90%;
      height: 90%;
}
.container-height{
   
    min-height: 90vh;
    width: 100%;
    height: 90%;
    text-align: center;
}
.header-logo
{
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.custom-logo
{
    background-color: white;
    padding: 10px;
    border-radius: 50%; 
    height: 150px;
    width: 150px;
    margin: auto;
    text-align: center;
}

.made1
{
    width: 150px;
}
.contain-body
{
    text-align: center;
    padding-top: 25px;
}
.card
{
padding: 15px;
border: 3px solid #51af5e;
margin: auto;
margin-bottom: 25px;
width: 50%;
border-radius: 15px;
}
.card:hover
{
padding: 15px;
border: 3px solid #fff;
margin-bottom: 25px;
background-color:#51af5e;
}
.header
{
    color: white;
    text-align: center;
    font-size: 2rem;
}


.footer
{
    text-align: center;
    padding: 15px;
    background-color: white;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.custom-logo img
{
margin-top: 35%;
}
@media only screen and (max-width: 600px) {
    .card
{
    width: 100%;
    }
  
  }