@font-face {
    font-family: Gsans;
    src: url(/fonts/gsans.ttf);
  }
@font-face {
    font-family: Fredoka;
    src: url(/fonts/fredoka.ttf);
}

html {
   background-color: #221F30;
   color: white;
 text-align: center;
   display: flex;
   justify-content: center;
   margin: 0;
   padding: 0;
}

h1,h2,h3 {
   font-family: "Gsans";
   color: white;
   margin-bottom: 20px; 
   margin-top: 160px;
}

h4,h5,p {
    font-family: "Fredoka";
}

#proxyFrame {
	border: none;
	resize: both;
    text-align: center;
    justify-content: center;
}

.white {
    justify-content: center, space-between;
    font-family: "Gsans";
}

#uv-address {
      background-color: transparent;
      border: 1.5px #ffffff solid;
    border-radius: 12px;
      padding: 12px;
    text-align: center;
      color: black;
      font-family: "Gsans";
      background-color: white;
      outline: none;
      transition: hover .2s;
      width: 500px;
    }

    .bookmarks {
      background-color: #221F30;
      color: white;
      padding: 10px 20px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      margin: 5px;
      border: 3px solid white;
        border-radius: 4px;
       text-decoration: underline;
    }
    
    .bookmarks img {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      aspect-ratio: 1 / 1;
    }

    .bookmarks:hover {
      background-color: mediumpurple;
    transition: .3s;
    }

.bookmarks p:hover {
  transform: scale(1.1);
  transition: .3s;
}
