*{
    margin: 0;
    padding: 0;
}
.Gaming_brand{
    background: url(./gaming\ brand\ pic.png)no-repeat center center/cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.boom-button{
    margin-left: 37%;
    text-decoration: none;
    color: white;
    background-color: gold;
    display: block;
    margin-top:20px;
    margin-right: 48%;
    font-size: 1.5rem;
    border-radius: 20px;
    padding: 1%;
    width: 20%;
    text-align: center;
}
.last-dialouge{
    color: orangered;
    font-size: 30px;
    margin-top: 150px;
    padding: 2px;
    text-align: center;
}
.side-talk{
    font-size: 2rem;
    margin-left: 35%;
    color: blue
}
.boom-button:hover{
    cursor: pointer;
    color: blue;
    font-size: 1.5rem;
    background-color: black;
    border-radius: 25px;
    box-shadow: inset 2px 2px;
    padding: 1%;
    
}
.STH{
    font-size: 5rem;
    color: white;
}
.Main{
    font-size: 57px;
    text-align: center;
}
.Extra{
    color: white;
    font-size: 3.5rem;
    padding: 4.5%;
    text-align: center;
}
.youtube{
    width: 10%;
    border-radius: 35px;
    margin-left: 35%;
}
.Facebook{
    width: 10%;

}
.website{
    width: 10%;
    margin-left: 25%;
    border-radius: 35px;
}
@media screen and (max-width: 992px) {
   .last-dialouge{
    color: blue;
   }
   .Main{
    font-size: 40px;
   }
   .STH{
    font-size: 4rem;
    color:red ;
    opacity: 1;
   }
   .boom-button{
    margin-left: 38%;
    text-decoration: none;
    color: white;
    background-color: gold;
    display: block;
    margin-top:20px;
    margin-right: 48%;
    font-size: 1rem;
    border-radius: 20px;
    padding: 1.5%;
    text-align: center;
}
.boom-button:hover{
    cursor: pointer;
    color: blue;
    font-size: 1rem;
    background-color: black;
    border-radius: 25px;
    box-shadow: inset 2px 2px;
    padding: 1%;
    
}
.Extra{
    font-size: 3rem;
}
}
@media screen and (max-width: 768px) {
.side-talk{
margin-left: 30%;
color:bisque;
}
.boom-button{
    font-size: 20px;
    width: 15%;
    margin-left: 39%;
    margin-top: 50px;
}
.STH{
    opacity: 100%;
    font-size: 3.5rem;
    color: gainsboro;
}
.last-dialouge{
    color: white;
}
.Extra{
    font-size: 2rem;
}
}
@media screen and (max-width: 600px) {
.STH{
    font-size: 2.5rem;
    margin: 0 auto;
}
.side-talk{
    font-size: 2rem;
    color: burlywood;
    margin-left: 23%;
}
.boom-button{
    width: 25%;
    margin-left: 35%;
}
.last-dialouge{
    font-size: 25px;
}
.Main{
    font-size: 35px;
}
.Gaming_brand{
    height: 150%;
}
.Extra{
    font-size: 1.5rem;
}
}
    

    
