:root {
    --red: #EA5E5E;
    --yellow: #F7BA3E;
    --blue: #56B3B4;
    --purple: #BF85BF;
    --background: #1A2B34;
    --cyan: #4c9495;
    --gray: #334651;
    --background-body: #96a0c8;
}

body {
    max-width: 720px;
    width: 100%;
    margin: auto !important;
    justify-content: center;
    align-items: center;
    background: var(--cyan) !important;


}


