@import url('https://fonts.googleapis.com/css2?family=Sono:wght@500&display=swap');

body {
    background-color: #d9d9d9;
}

header {
    display: flex;
    justify-content: space-between;
    height: 125px;
    background-color: #e9afaf;
}

footer {
    display: flex;
    justify-content: space-between;
    height: 200px;
    background-color: black;
}

h1, h2, h3, p, a {
    font-family: "Sono", 'Times New Roman', Times, serif;
}

i {
    color: #0F501E;
    font-size: 70px;
}

.flexbox-nav {
    display: flex;
    justify-content: space-evenly;
}

.flexbox-container-1 {
    display: flex;
    justify-content: space-between;
}

.flexbox-container-2 {
    display: flex;
    justify-content: space-between;
}


.flexbox-logo {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px;
    min-height: 20px;
    margin: 10px;
    border: 3px solid black;
    background-color: #e9e9af;
}

.flexbox-button {
    display: flex;
    justify-content: space-between;
    width: 2830px;
    min-height: 70px;
    margin: 10px;
    padding: 10px;
    border: 3px solid black;
    background-color: #e9e9af;
}



.flexbox-item-1 {
    width: 2050px;
    min-height: 150px;
    margin: 10px;
    border: 3px solid black;
    background-color: #afe9d6;
}

.flexbox-item-2 {
    width: 1200px;
    min-height: 150px;
    margin: 10px;
    border: 3px solid black;
    background-color: #afe9d6;
}



.flexbox-item-3 {
    width: 2050px;
    min-height: 750px;
    margin: 10px;
    border: 3px solid black;
    background-color: #afe9d6;
}

.flexbox-item-4 {
    width: 1200px;
    min-height: 750px;
    margin: 10px;
    border: 3px solid black;
    background-color: #afe9d6;
}

.flexbox-article {
    border: solid black 1px;
    padding: 5px;
}


button {
    height: 60px;
    width: 100px;
    background-color: white;
    border: solid back 2px;
    border-radius: 25px;
    font-family: "Sono", 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

button:hover {
    box-shadow: 0 0 15px;
}

.foot-word {
    color: red;
}
