@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");

/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-image: -moz-linear-gradient(273deg, #3CD7CB 0%, #14141E 100%);
  background-image: -webkit-linear-gradient(273deg, #3CD7CB 0%, #14141E 100%);
  background-image: -ms-linear-gradient(273deg, #3CD7CB 0%, #14141E 100%);
}

h2 {
  color: #fff;
}

.header-button{
  display: flex;
}
.badges img {
  padding: 4px;
  width: 100%;

}
.logo{
  width: 20%;
}

.center{
  text-align: center;
}

p{
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

li{
  color: #fff;
  font-size: 18px;
}