    body {
        overflow-x: auto;
        background-color: #bb95ac;
        font-family: system-ui;
        margin: 0;
        padding: 0;
    }

    .headline {
        background-image: url('images/background.png');
        background-size: cover;
        background-position: center;
        height: 85px;
        width: 100%;
        border-radius: 50px;
        border: solid 1px white;
        margin: 0 auto;
        overflow: hidden;
    }

    .amazonButtons {
        height: 60%;
        width: 800px;
        margin: auto;
        border: solid 2px white;
        border-radius: 30px;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        padding-bottom: 20px;
    }

    .divneed {
        background-image: url('images/background.png');
        background-size: cover;
        background-position: center;
        height: 90px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .divneed p {
        font-size: 40px;
        color: white;
        margin: 0;
    }

    button {
        width: 790px;
        height: 120px;
        background-color: grey;
        border: solid pink 1px;
        border-radius: 60px;
        margin: 10px auto;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    button p {
        font-size: 40px;
        color: white;
        margin: 0;
        #text-shadow: 1px 1px 2px black;
    }

    a {
        text-decoration: none;
        color: white;
    }

    .capitalOneBox {
        margin: 40px auto;
        width: 800px;
        height: 150px;
        border-radius: 20px;
        background-color: #014a77;
        display: flex;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
    }

    .capitalOneBox img {
        height: 130px;
        border-radius: 20px;
    }

    .capitalOneBox p {
        color: white;
        font-size: 20px;
        margin-left: 20px;
        line-height: 1.3;
    }
