.banner {
    position: fixed;
    top: 11%;
    visibility: hidden;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    z-index: 100;

}

.banner img{
        text-align: center;
        width: 100%;
        height: auto;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 10000px rgba(1,1,1,0.5);
}

.banner a p{
    position: absolute;
    right: -10px;
    top: -30px;
    padding: 15px;
    color: rgb(50,50,50);
    font-family: monospace sans-serif;
    font-size: 1.2em;
    font-weight: 900;
}

.buy{
    position: absolute;
    bottom: 5%;
    right: -1%;
    color: rgb(205,146,115,0);
    text-align: center;
    width: 20%;
    height: 10%;
    background-color: rgb(205,146,115,0);
    padding: 5px 0px;
    margin: 5% 5% 5% 5%;
    border-radius: 10px;
}

@media (max-width: 640px){
    .banner {
        top: 0%;
    }
    .banner a p{
    top: -25px;
    }
    }