body {
font-family:
  'Montserrat',
  'Segoe UI',
  Tahoma,
  "Geneva",
  Verdana,
  sans-serif;
color:
  rgb(255, 255, 255);
border: 
  none;
}

#top2 {
  text-align: center;
  font-size: 40px;
}

#main {
  min-width: 50%;
  max-width: 500px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  
}

#credits_sec a {
  color: white;
}

#credits_sec a:hover {
  color: rgb(10, 131, 179);
}

#bot_img {
  position: relative;
  max-width: 80%;
  min-width: 50%
    
}

img#bot_img {
  padding-top: 2%;
  padding-bottom: 5%;
  -webkit-filter: drop-shadow(5px 5px 5px rgb(37, 37, 37));
    filter: drop-shadow(5px 5px 5px rgb(37,
      37,
      37));
  transition: transform 0.2s;
}

img#bot_img:hover {
  transform: scale(1.5, 1.5);
}

#main2 {
  min-width: 50%;
  max-width: 500px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

#navigation {
    text-align: center;
    font-size: 18px;
    padding-top: 8px;
}

#navigation a {
    color: white;
    padding: 4px;
}

#navigation a:hover {
    color: rgb(10, 131, 179);
}

#None {
    background-clip:
    text;
    background:
    linear-gradient(to bottom, rgb(0, 162, 255), rgb(19, 128, 117));
    -webkit-background-clip:
    text;
    -webkit-text-fill-color:
    transparent;
}

#top {
    margin-top: 25px;
    font-size: 30px;
}

#big {
    font-size: 40px;
    background-clip:
    text;
    background:
    linear-gradient(to bottom, rgb(0, 162, 255), rgb(19, 128, 117));
    -webkit-background-clip:
    text;
    -webkit-text-fill-color:
    transparent;
}

#top {
text-align:
  center;
}

html {
    scroll-behavior:
        smooth;
}