* {
        margin: 10px;
        padding: 10px;
        box-sizing: content-box;
}
nav {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #20cc2f;
}
body {
            font-family: "Ojuju", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            background-image: url("https://images.pexels.com/photos/2680270/pexels-photo-2680270.jpeg");
}

section {
    flex-wrap: wrap;
    padding: 10px;  
    border: 1px solid #1ae72bf8;
    border-radius: 3px;
    background-color: rgba(219, 146, 36, 0);
}