@import url('https://fonts.googleapis.com/css2?family=Almendra+SC&family=Protest+Guerrilla&family=Quintessential&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 2%;
}

.caralha {
    margin: 10px 20px 10px 20px;
    display: flex;
    text-align: center;
}

.playby {
    text-align: left;
    margin-left: 5%;
    margin-top: 4%;
}

.texto {
    margin-right: 10%;
    margin-left: 8%;
    text-align: right;
}

.texto p {
    margin-top: 5%;
    text-align: center;
    text-decoration: wavy;
    font-size: 19px;
    font-family: "Roboto", sans-serif;
}

.nome {
    text-align: center;
    margin-bottom: 5%;
}

.nome p {
    font-weight: bold;
    font-size: 55px;
    font-family: "Almendra SC", serif;
}

.emblema {
    display: flex;
    height: 250px;
    width: 250px;
    margin-left: 35%;
    margin-right: 50%;
}