body {
  margin: 0;
  padding: 0;
  background-color: black
}

section {
  clear: both;
}

#navbar {
  text-align: center;
  margin-top: 20px;
}

#navbar a {
  display: inline-block;
  background-color: #1E90FF;
  color: white;
  padding: 10px 40px;
  margin: 0 10px;
  text-decoration: none;
  border-radius: 25px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  transition:  0.2s;
}

#navbar a:hover {
  transform: scale(1.05);
  background-color: #002AFF
}

#HeaderImage img {
  width: 100%;
  height: auto;
  display: block;
}

#Title img {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

#TitleText {
  text-align: center;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #ED2DFF
}

.container {
    background-color: #BCE3FF;
    padding: 50px;
    margin: 220px;
    max-width: 600px;
    float: right;
    display: block;
    font-size: 25px;
    border-radius: 10px;
}

#Main {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  color: #9B5EFF
}

#Floater img {
  display: block;
  width: 100% !important;
  max-width: 720px;
  height: auto;
  margin: 20px auto !important;
  float: left !important;
  border-radius: 10px;
}

footer {
  clear: both;
  padding: 20px;
  margin: 20px auto;
  width: 97%;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(#8968FF, #A0DDFF);
  color: black;
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
}
