@charset "UTF-8";

.mat {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid black;
    font-size: xx-large;
    font-weight: bold;
    margin: auto;
}

h1 {
    text-align: center;
}

.olhos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.olho {
    width: 200px;
    height: 200px;
    transform-origin: center center;
    margin-top: 50px;
}

div.retorno {
    background-color: #D98F89;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    margin-top: 200px;
    padding: 10px;
}

div.retorno > a {
    color: white;
    text-decoration: none;
}