@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');


*,html {
  margin:0;
  padding: 0;
}

html {
  background: rgb(26,17,70) radial-gradient(circle, rgba(33,9,43,1) 0%, rgba(26,17,70,1) 100%) no-repeat center center fixed;
  background-size: cover;
}

body{
  margin:0;
  padding: 0;
}

@media only screen and (min-width: 1201px){
  p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
        font-size: 20px;
  }
  ol li{
      font-size: 20px;
  }
}

@media only screen and (max-width: 1200px){
  p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
        font-size: 32px;
  }
    ol li{
      font-size: 32px;
  }
}

h1{
  font-size: 40px;
  color: #a609f4;
  padding-top: 0.1em;
  font-family: "Poppins", sans-serif;
}

h2{
  font-size: 30px;
  color: #a609f4;
  padding-top: 0.5em;
  font-family: "Poppins", sans-serif;

}

a{
  color: #a609f4;
  text-decoration: none;
}

a:hover{
    color: #c365f2;
    text-decoration: underline;
}

a:visted{
    color: #a609f4;
    border-bottom: 1px dashed #a609f4;
}

.text-center{
  text-align: center;
}

.center-el{
  margin: auto;
  display: block;
  position: relative;
}

@media only screen and (min-width: 1201px){
.img-w25{
  width: 25%;
}
}

@media only screen and (max-width: 1201px){
.img-w25{
  width: 50%;
}
}
/*
header{
  width: 80%;
  display: block;
  position: relative;
  margin: auto;
  padding: 2em 3em 0 3em;
}*/

#content{
  width: 80%;
  display: block;
  position: relative;
  padding-top: 3em;
  margin: auto;
  min-height: 400px;
}

.header-title{
  font-family: "Press Start", sans-serif;
  color: #fff;
}

@media only screen and (min-width: 1201px) {
  header{
    width: 80%;
    display: block;
    position: relative;
    margin: auto;
    padding: 2em 3em 0 3em;
  }
  header .logo{
    display: flex;
    justify-content: center;
  }
  .menu-columns{
    display: flex;
    justify-content: center;
    margin-top: 2em;
  }

  .menu-columns ul{
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
  }

  .menu-lists li a:hover{
    color: #c365f2;
  }

  .menu-lists li a:active{
    color: #a609f4;
  }
}

@media only screen and (max-width: 1200px) {
  header{
    width: 80%;
    position: relative;
    margin: auto;
    !padding: 2em 3em 0 3em;
    height: min-content;
    display: block;
  }
    header .logo{
      display: block;
      position: relative;
      height: min-content;
    }
    header .logo img{
            width: 100% !important;
            margin-top: 1em;
    }
  .menu-columns{
    display:  block;
    position: relative;

    width: 100%;
    margin-top: 2em;
  }
  .menu-columns ul{
    width: 100%;

    display:  block;
    text-align: center;
  }

  .menu-lists li{
    border: 5px #fff solid;
    padding: 0.2em;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 1em;
  }

  .menu-lists li:hover{
    background: #c365f2;
    color: #fff;
    border: 5px #c365f2 solid;
  }

  .menu-lists li:active{
    color: #fff;
    background: #a609f4;
    border: 5px #c365f2 solid;
  }
}

.menu-lists li{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 0.4em;
}

.menu-lists li a{
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.submission-box{
  margin-top: 2em;
  display: flex;
  justify-content: center;
}

.submission-box iframe{
  border-radius: 1em;
    background: #200935;
}


.button a{
  text-decoration: none;
  text-align: center;
  padding: 0.2em;
  color: #fff;
}

.button {
  border: 5px #fff solid;
  padding: 0.2em;
  width:50%;
  max-width: 500px;
  display: block;
  position: relative;
  margin: auto;
  margin-top: 1em;
  text-align: center;
}

.button:hover{
  background: #c365f2;
  color: #fff;
  border: 5px #c365f2 solid;
}

.button:active{
  color: #fff;
  background: #a609f4;
  border: 5px #c365f2 solid;
}

ol li{
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-left: 2em;
}

footer{
  display: block;
  height: 10em;
  width: 100%;
  margin-top: 4em;
  background: #000 rgba(0,0,0,0.4);
}

footer p{
  display: block;
  position: absolute;
  text-align: left;
  padding-left: 0.5em;
  padding-top: 2.5em;
}

footer img{
  height: 10em;
}

.center-right{
  display: block;
  position: absolute;
  height: 180px;
  right: 0.5em;
  margin-top: 0;
}
