@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Lexend:wght@100..900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

h1 {
    font-family: "Lexend", sans-serif;
    font-size: 50px;
}
h2 {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    color: white;
    padding-top: 20px;
}
h3 {
    color: rgb(73, 143, 3);
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    font-size: 25px;
}
#header {
    background-color:#FFD700;
    border-radius: 25px;
    border: 5px solid black;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
    margin-bottom: 20px;
}

#details {
    background-color:rgb(55, 55, 55);
    border-radius: 25px;
}

#details p{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color:azure;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

#details li{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color:azure;
    padding: 5px;
    text-align: left;
}

body{
    text-align: center; 
    justify-content: center;
    background-image: url(BackgroundPixel.png);
    background-repeat:inherit;
    background-size: 200px, auto;
}

img{
    display: block;
    margin: 0 auto;
    width: 40%;
    border-radius: 25px;
    border: 5px solid black;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
}

#downloadButton{
    display: flex;
    justify-content: center;
    text-align: center;
}
#downloadButton a{ 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    display: block;
    text-decoration: none;
    border-radius: 4em;
    padding: 0.5em 1em;
    margin: 0.5em;
    color: rgb(55, 55, 55);
    font-size: 200%;
    background-color: rgb(241, 205, 2);
}
#downloadButton a:hover {
    transition: 0.5s;
    background-color: rgb(235, 235, 235); /* Changes the background color on hover */
  }


#downloadFCEUXButton{
    display: flex;
    justify-content: center;
    text-align: center;
}
#downloadFCEUXButton a{ 
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 450;
    font-style: normal;
    display: block;
    text-decoration: none;
    border-radius: 4em;
    padding: 0.5em 1em;
    margin: 0.5em;
    color: rgb(55, 55, 55);
    font-size: 100%;
    background-color: rgb(241, 205, 2);
}
#downloadFCEUXButton a:hover {
    transition: 0.5s;
    background-color: rgb(235, 235, 235); /* Changes the background color on hover */
}

#bucks{
    padding-bottom: 20px;
}



@media (max-width: 8in) {
  img{
    width: 80vw;
  }
}
