.brat {
    background-color: #8ace00;
    font-family: sans-serif;
    width: 525px;
    line-height: 50px;
    padding: 30px 0 30px 30px;
    border-radius: 10%;
}

h1{
    font-family: helvetica;
    font-size: 125px;
    font-weight: normal;
    text-align: justify;
    width: 723px;
    margin: 0;
}

a{
    color: inherit;
}

p{
    /* background-color: cornflowerblue; */
    width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* color: white; */
    font-family: monospace;
    text-align: center;
}

.note{
    font-style: italic;
    font-size: smaller;
    line-height: 0;
}

body {
    margin: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 75px;
    margin: 75px 0 25px 0;
    /* border: solid 1px black; */
}