.btn-marino {
    background-color: rgb(27, 57, 106);
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 15px 50px;
    border-radius: 15px;
    transition: background-color 0.3s, transform 0.3s;

  }
  
  .btn-marino:hover {
    background-color: rgb(71, 132, 230) !important;
    color: white !important;
    transform: scale(1.05) !important;
}

  .social-icons {
    font-size: 24px; 
}
.social-icons a {
    color: #ffffff; 
    text-decoration: none;
    margin: 0 10px; 
}

.social-icons img {
    width: 32px; 
    height: auto; 
}
.text-white{
    text-decoration: none;
}
.contor {
    border-bottom: 2px solid;

}

.icon {
    height: 70px;
}

  