* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.top, .footer {
    display: flex;
    background-color: #1F2937;
    color: #F9FAF8;
    flex-direction: column;   
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 8px;
    gap: 240px;
}

#logo {
    font-weight: bold;
    font-size: 24px;
    color:#F9FAF8;
}

.links {
    display: flex;
    flex-direction: row;
    list-style-type: none; 
    gap: 8px;
}

a {
    text-decoration: none;
    color: #E5E7EB
}

.top-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 120px;
    gap: 95px;
}

#big-image {
    display: flex;
    width: 787px;
    height: 444px;
}

.top-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#main {
    display: flex;
    font-size: 48px;
    color: #F9FAF8;
    width: 514px;
    font-weight: 900;
    flex-wrap: wrap;
    flex: 0 0 1;
}

#sec {
    display: flex;
    font-size: 18px;
    color: #E5E7EB;
    width: 514px;
    flex-wrap: wrap;
    flex: 0 0 1;
    margin: 8px 0px 8px 0px;
}

button {
    background-color: #3882F6;
    color: #F9FAF8;
    padding: 4px;
    text-align: center;
    width: 128px;
    height: 29px;
    border-radius: 10px;
    margin-top: 8px;
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 64px;
}

#header-two {
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    padding: 16px;
}

.boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: 1;
    width: 1385px;
    margin: 60px 120px 120px 120px;
    gap: 100px;
}

.small-image {
    display: flex;
    width: 200px;
    height: 200px; 
    border: 10px solid;
    border-color: darkblue;
    border-radius: 25px;
}

.descript {
    display: flex;
    flex: 1 1 1;
    width: 220px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 4px;
}

.third {
    background-color: #E5E7EB;
    padding: 250px 500px 250px 500px;
}

.motiv {
    font-size: 36px;
    color: #1F2937;
    font-weight: 300;   
    font-style: italic;
    
}

.attr {
    text-align: end;
    font-size: 24px;
    color: #1F2937;
    font-weight: bold;
}

.four {
    padding: 250px 500px 250px 500px;
}

.blue-box {
    background-color: #3882F6;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}

.blue-box-text {
    padding-left: 64px;
}

.call, .actual-text {
    color: #F9FAF8;
}

.call {
    font-weight: bold;
    font-size: 24px;
}

.actual-text {
    font-size: 16px;
}

#bottom {
    border-width: solid;
    border-color: white;
    margin-right: 64px;
}

.footer {
    display: flex;
    padding: 64px;
    justify-content: center;
    align-items: center;
}

#credits {
    text-decoration: underline;
}