@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Permanent+Marker&display=swap');


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}


body {
  background-color: #000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}

a {
  color: #ffffff;
}

.container {
   display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem 0;
  font-family: "Nunito", serif;
    font-size: 1rem;
    font-style: normal;
    color: #ffffff
}

.logo {
    width: 180px;
    height: auto;
}

@media (min-width: 768px) {
    .logo {
        width: 220px;
    }
}

.container_last {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0;
  font-family: "Nunito", serif;
   font-size: 1rem;
    font-style: normal;
    color: #ffffff
}

.message_1 {
  font-family: "Nunito", serif;
  font-size: 1.5rem;
  font-style:normal;
  color: #ffffff;
}
