#atermonOfficesTitle{
    color:#055d75;
}
#atermonOfficesLocation{
}

h2 {
    color: #a4b13b;
    margin-top:2%;
    text-align: center;
    font-family: serif;
    font-size:40px;
    padding-left: 25%;
    padding-right: 25%;
}

/* Skills Input Field Styling */
input {
    width: 100%; /* Full width */
    font-size: 16px; /* Adjust font size */
    transition: all 0.3s ease; /* Smooth transition on focus */
    margin-bottom:2%;
}

