body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-image: url("../images/dual-air-fryers.jpg");
    background-size: cover;
    color: white;
}


div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    max-width: 1000px;
    position: relative;
}

    div.scrollmenu a:hover {
        background-color: #777;
    }

.container {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0 auto;
    padding: 15px;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}

img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

.btn {
    background-color: blue;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 20px auto;
    cursor: pointer;
    width: fit-content;
}

a {
    color: white;
}
