
section {
    width: 100vw;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #b79436c8, #0480b5);
    padding: 10px;
    border-bottom: 40px solid #0f055169;
}
