@media (min-width: 1200px) {
#gate2world {width:50%;}
}
@media (min-width: 576px) and (max-width: 1199px) {
#gate2world {width:65%;}
}
@media (max-width: 575px) {
#gate2world {width:95%;}
}

body {
font-family: Roboto, sans-serif;
background: #0d0703;
color: #fdf1d8;
--bs-body-color: #fdf1d8;
--bs-dark: 1a0d0d;
--bs-dark-rgb: 26,13,13;
}

a:link {color: #cba36e; text-decoration:none;}
a:visited {color: #cba36e; text-decoration:none;}
a:hover{color: #cba36e; text-decoration:none;}

h1 {
  padding-bottom: 20px;
}
h2 {
  padding-top: 20px;
}
h3 {
  font-size: 1.50rem;
}

#hoverdiv:hover {
  color: #fbd178;
}
#hoverp:hover {
  color: #3c64e0;
}
