/* -- GENERAL -- */

body {
    background-color: #333;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
  }

h1 {
    margin-top: 55px;
    text-align: center;
    color: #0084ff;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

p {
    font-size: 15px;
}

p1 {
    font-size: 10px;
}

.rr-center {
    align-items: center;
    text-align: center;
}