body {
    font-family: Rubik, sans-serif;
    font-weight: 600;
    font-style: italic;
    background-color: #3E0079;
    color: #FF00E1;
    text-align: center;
    padding: 0px;
}

h1 {
    font-size: 50px;
}

p {
    color: white;
}