.hero__buttons {
    display: flex;
    gap: 10px;
}

@media (max-width: 600px) {
    .hero__buttons {
        flex-direction: column;
    }

    .hero__buttons .button {
        width: 100%;
    }
}

body {

    background:#841409;
}

.menu {

    background: #681108;
    box-shadow: 5px 5px 0px 0px #681108;
}