*{
    margin: 0;
    max-width: 100%;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: rgba(19, 47, 86, 1) !important;
}

header {
    color: #fff;
    padding: 20px;
    text-align: center;
}

header img {
    width: 100px;
    height: auto;
    margin: 10px;
}

h1, h3 {
    margin-bottom: 20px;
}
h5{
    color: white !important;
}

section{
    padding: 15px;
}


.link {
    display: block;
    text-decoration: none;
    color: black;
    background-color: white;
    position: relative;
    padding: 10px;
    margin: 10px;
    border: 1px;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 3px 3px 1px rgb(59, 60, 60);
}

.link:hover {
    transform: translate(2px, 2px); 
}
.social-icons{
    margin:0 10px;
}
.social-icons a{
    margin: 0 10px;
    text-decoration: none;
}





  
  