body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    background-color: lightgray;
    height: auto;
    min-height: 80px;
    width: 100%;
}

.links {
    padding-top: 20px;
    text-align: center;
    flex: wrap;
}

.links a {
    padding: 20px;
    text-decoration: none;
    color: #555;
    font-size: 20px;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

button:hover {
    cursor: pointer;
}

.button1 {
    margin-top: 10px;
    margin-left: 60%;
    background-color: black;
    color: white;
    height: 50px;
    min-width: 120px;
    border-radius: 6px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.button2 {
    background-color: black;
    color: white;
    height: 50px;
    min-width: 120px;
    border-radius: 6px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.button3 {
    background-color: white;
    color: black;
    height: 50px;
    min-width: 120px;
    border-radius: 6px;
    font-size: 18px;
    border: solid #555 2px;
    cursor: pointer;
}

.logo {
    font-size: 30px;
    padding-left: 50px;
}

.body {
    margin: 5%;
}

.part1 {
    display: flex;
}

.h1 {
    font-size: 60px;
}

.h1 {
    font-size: 40px;
}

p {
    font-size: 20px;
}

.item1 {
    width: 50%;
}

.bigimg {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
}

.smallbox {
    color: #555;
    font-size: 18px;
    background-color: lightgray;
    padding: 20px;
    border-radius: 5px;
    height: 20px;
}

.smallbox2{
    margin-top: 100px;
    color: #555;
    font-size: 18px;
    background-color: lightgray;
    padding: 20px;
    border-radius: 5px;
    height: 20px;
}

.light {
    font-weight: 500;
}

.divider {
    display: flex;
}

.smalltext {
    margin-left: 30px;
}

.smalltext2 {
    margin-left: 30px;
    margin-top: 100px;
}

.mlh {
    margin: 0;
}

.item3 {
    text-align: center;
    width: 100%;
}

.item3 h1 {
    font-size: 60px;
}

.x4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.x4 img {
    width: 290px;
    margin: 0;
}

.mediumimage {
    width: 400px;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    margin-left: 80px;
    margin-right: 80px;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 150px;
    margin-right: 150px;
}

.half {
    width: 50%;
}

.half2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
    gap: 20px;
}

.address h3, h4 {
    margin: 0;
    padding: 0;
}

.address h4 {
    font-weight: 500;
}

.logo2 {
    font-size: 20px;
}

.bold {
    font-weight: 700;
    width: 150px;
}

.link a {
    text-decoration: none;
    color: #555;
}

.icons {
    margin-top: 25px;
    letter-spacing: 10px;
}

.infofooter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #666;
    gap: 50px;
    height: 100px;
}

.footerlink a {
    color: #666;
    text-decoration: none;
}