body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;  
    font-weight: 300;  
    margin: 0 auto;
    padding: 0;
    width: 80%;
    /* border: 2px solid black; */
    text-align: center;
}

h1 {
    font-size: 55px;
    margin: 100px 0;
    font-weight: 600;
}

header p {
    font-size: 18px;
    line-height: 1.6;
    margin: 50px auto;
    width: 800px;
    
}

.contact-info {
    padding: 20px;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    text-align: left;
    color: black;
    background-color: #fff5e5;
}

.contact-info h3 {
    margin-top: 10px;
    padding: 0;
}

.contact-info p {
    margin: 0;
}

.list-items {
    display: flex;
    margin: 100px 0;
    justify-content: space-around;
}

.list-items p {
    font-size: 18px;
    margin-top: 10px;
}

.list-items ul:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
    font-weight: 500;
    color: #F9A01B;
}

img {
    max-height: 200px;
}

span {
    color: #F9A01B;
}

a {
    text-decoration: none;
    color: black;

}

ul {
    /* border: 2px solid black; */
}