body {
    background-color: azure;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 900px;
}

.header {
    margin-top: 10%;
    text-align: center;
    font-size: 24px
}

.contactmeiconbar
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    height: 60px;
}

.contactmeiconbar :any-link
{
    margin: 10px;
    height: 100%;
}

h1 {
    text-align: center;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.contactmeicon
{
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s;
}
