body {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto Slab', serif !important;
}

.title {
    color:khaki;
    text-shadow: 5px 5px peru;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    padding-top: 100px;
    font-size: 75px;
    }

.amiga {
    color:greenyellow;
    text-align: center;
    font-family: monospace;
}

.error {
    color:greenyellow;
    font-family: monospace;
    margin: 10px;
}

.chatTitle {
    padding-top: 250px;
    color:greenyellow;
    text-align: center;
    font-family: monospace;
}