body {
    padding-top: 70px;
}

.giveawayLink {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 11px 22px;
    border-radius: 6px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    font-size: 21px;
    display: block;
    width: max-content;
    font-weight: 500;
}



.topTitle {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    margin-bottom: 60px;
}

@media (min-width: 950px) {
    .topTitle {
        display: none;
    }
}




.contact {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.contact img {
    height: 70px;
    margin: 0 30px;
    cursor: pointer;
}

.centerHeader {
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 32px;
}

@media (max-width: 1060px) {
    .contact img {
        height: 40px;
        margin: 0 15px 20px 15px;
    }
}


@media (max-width: 700px) {
    .streamerInfo {
        margin-bottom: 0px;
        z-index: 2;
    }
}