@font-face {
  font-family: "Coolvetica";
  src: url(/assets/fonts/Coolvetica\ Rg.otf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Coolvetica";
}
body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #fafafa;
  background-image: url(https://i.pinimg.com/736x/0f/20/ff/0f20fff108219fc11e56ac99430a5247.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.tela{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    color: rgb(28, 153, 255);
    align-items: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 400px;
  height: 350px;
  border: 4px solid #6bdcff85;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.486);
}

button {
  background: white;
  color: rgb(28, 153, 255);
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid ;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  flex-direction: column;
}
