.brat-green {
    background-color: #8ACE00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.brat-text {
    font-family: "Arial Narrow";
    font-size: 90px;
    font-weight: bold;
    text-transform: lowercase;
}