@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background-color: #F4F4F4;
    font-family: "Open Sans", sans-serif;
}

header {
    color: #fff;
    text-shadow: #000 2px 3px 2px;
    background-image: url("./images/banner.jpg");
    background-repeat: no-repeat;
    width: 1308px;
    height: 560px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    padding: 0 80px;
    justify-content: center;
    top: 25%;
    gap: 24px;
}

header p {
    width: 720px;
}

h1 {
    font-family: Luckiest Guy;
    font-weight: 400;
    font-style: Regular;
    font-size: 56px;
}

header div {
    display: flex;
    align-items: center;
    gap: 16px;
}

button {
    color: #C9A9E9;
    font-family: Open Sans;
    font-weight: 600;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    padding: 8px 16px;
    height: 48px;
    border: none;
    border-radius: 24px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.button-browser {
    color: #FFF;
    background-color: #C9A9E9;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 80px;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 160px;
    gap: 40px;
    text-align: left;
}

.section-background {
    background-color: #FFD6E0;
}

section div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-final {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 80px 240px;
}

.section-final img {
    width: 720px;
}

h2 {
    color: #C9A9E9;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
}

main p {
    color: #333;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}

img {
    border-radius: 24px;
    width: 640px;
    height: 400px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

footer {
    background-color: #FFF5E1;
    text-align: center;
    padding: 32px 0;
}

footer img {
    height: 80px;
    width: 80px;
    box-shadow: none;
}

footer p {
    color: #C9A9E9;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}
