body {
    margin: 0;
    background-color: #15151E;
}

.header {
    margin: 20px;
    height: 125px;
    background: rgb(149, 17, 0);
    border-radius: 20px;
}

#grid-container {
    margin: auto;
    justify-content: center;
    padding: 20px;
    width: 60%;
}
.section-1 {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

widget-block {
    height: 200px;
}

.adLeft,
.adRight {
    position: fixed;
    top: 165px;
    bottom: 20px;
    /* display: flex; */
    height: 600px;
    align-content: center;

    border-radius: 20px;
}

ad-widget {
    height: 200px;
    width: 200px;
}
.adLeft {
    left: 20px;
}

.adRight {
    right: 20px;
}