@charset "UTF-8";

@font-face {
    font-family: 'Pixel';
    src: url('../PixelifySans-VariableFont_wght.ttf') format('truetype');
}

* {
    padding: 0px;
    border: 0px;
}

body {
    font-family: 'Pixel', sans-serif;
    background-color: black;
    color: aliceblue;
    text-align: center;
    font-size: 25px;
    overflow-y: hidden;
}

.btnSaida {
    text-decoration: none;
    font-size: 50px;
    margin-bottom: 50px;
    background-color: black;
    color: aliceblue;
    cursor: pointer;
}

.btnSaida:hover {
    font-size: 55px;
    color: aliceblue;
}

h1 {
    margin-top: -15px;
}

.carta {
    left: 10%;
    width: 450px;
    position: relative;
    
}

.voce {
    width: 300px;
    top: -50%;
    left: -75px;
    border: red solid 5px;
    background-position: center;
}

.cadastre {
    position: relative;
}

.cadastre2 {
    position: relative;
}

.enviar {
    position: relative;
    width: 300px;
    height: 50px;
    top: 40px;
}

.mensagem {
    position: relative;
    top:10px;
}

.enviar:hover {
    background-color: rgb(255, 57, 57);
}

button{
    position: relative;
    padding: 2px;
    font-size: 20px;
    top: 80px;
}

.ative {
    position: relative;
    top: -50px;
    background-color: aliceblue;
    color: black;
}

.avite:hover {
    color: brown;
}

strong {
    color: brown;
}