body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #dacbcb;
    color: #333;
}

.niceheader {
    background-color: #e76d6d;
    color: white;
    padding: 10px;
    text-align: center;
  }
  
.image_contact {
    width: auto;
    height: 200px;
    padding: auto;
    margin: 10px;  
}

.links {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(42, 137, 10, 0.1);
}

.links2 {
    padding: 30px;
    margin: 0px;
    align-items: right;
}

.links3{
    margin-right: 800px;
}
.first, .second {
    padding: 20px;
    margin: 20px;
    background-color: rgb(255, 233, 110);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table {
    text-align: middle;
    background-color: rgb(255, 233, 110);
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
}

.buttonnormal{
    font-size: 40px;
    padding: 15px 30px;
    width: 300px;
    height: 150px;
    background-color: #e76d6d;
}
.contacts {
    background-color: #d2d579;
    text-align: center;
    padding: 20px;
    margin: 20px;
    color: #000000;
    font-weight: bold;
}

.button{
    width:200px;
    height:20px;
    background-color: rgb(86, 181, 75);
}
.actual_contacts {
    background-color: #b9c27d;
    text-align: center;
    padding: 20px;
    margin: 20px;
    color: #000000d7;
    font-weight:bolder;
}

header {
    text-align: center;
    color: rgb(27, 113, 188);
}
.first {
    text-align: center;    
}

.one {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    height : 60px;
    background-color: #333;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
}

/* Section Styling */
.about, .services {
    padding: 20px;
    margin: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Box Model Example */
.services ul li {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px 0;
    background-color: #f9f9f9;
}

/* CSS Transitions */
nav ul li a:hover {
    color: #ff9800;
    transition: color 0.3s ease-in-out;
}

/* CSS Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

h1 {
    animation: fadeIn 2s ease-in;
}

#scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007acc;
    color: white;
    border-radius: 5px;
}

#backmenu {
    position: fixed;
    bottom: 50px;
    right: 25px;
    background-color: #007acc;
    color: white;
    border-radius: 5px;
}