body {
  background-color: #432b39;
  padding: 0;
  margin: 0;
  height: 100vh;
}

.top-bar {
  height: 2.5vh;
  width: 100%;
  clear:both;
}

.segment {
  height: 2.5vh;
  width: 33.33%;
  float: left;
}


#segment1 {
  background-color: #007ec4;
}

#segment2 {
  background-color: #e6b23d;
}

#segment3 {
  background-color: #d6572c;
}

.header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.header>h1 {
    font-family: "Monoton", sans-serif;
    color: #e6b23e;
    font-weight: lighter;
    font-size: calc(100% + 3.5vw);
    text-align: center;
    margin-block: 0;
    margin:0;
}

h2 {
  color: #d6572c;
  font-family: "Orbitron", sans-serif;
}

p {
  font-family: "Orbitron", sans-serif;
  color: #f3f1e2;
}

.main-body{
  margin: auto;
  width: 60%;
}

.games-image>img {
  max-width: 38vh;
  margin: auto;
  display: block;
}

.content {
    text-align: center;
    width: 100%;
    min-height: 60vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: url(img/lines.svg);
    background-size: 200%;
    padding-top: calc(5vh + 2vw);
    padding-bottom: 3vh;
}

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  border: none;
  font-family: Arial;
  color: #f3f1e3;
  font-size: 20px;
  font-family: "Orbitron", sans-serif;
  background-color: #d6572b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover{
  border-color: #d6572b;
  background-color: #f3f1e3;
  color: #d6572b; 
  transition: var(--trans1,border-color .4s ease 0s,background-color .4s ease 0s,color .4s ease 0s);
}

.footer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5vh;
    background-color: #007ec4;
}

.footer-logo {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.footer-logo>a {
  margin: auto;
  height: 100px;
}

.footer-logo>a>img {
  height: 100px;
}

.footer-socials {
  width:165px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.footer-socials>a>img {
  width:45px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.footer>p {
  font-size: 14px;
  padding-top: 15px;
  clear:both;
  text-align: center;
}