.img {
    border-radius: 100px;
    border: 3px solid rgb(238, 120, 10);
    width: 150px;
    height: 200px;
    object-fit: cover;
}

h1 {
    font-size: 26px;
    line-height: 0.8;
}

h2 {
    font-size: 24px;
    line-height: 1.2;
}

body {
    background-color: rgba(0, 0, 139, 0.754);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    text-align: center;
}

a {
    max-width: 100%;
    margin: 15px auto;
    padding: 10px;
    vertical-align: middle;
}

.socials-ic {
    width: 70px;
    height: auto;
    margin: 5px;
    transition: all 0.3s ease-in-out;
}

.socials-ic:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
