h1 {
    color: rgb(249, 0, 0);
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    font-family: "Permanent Marker", cursive;
}

h2 {
    color: rgb(174, 60, 60);
    font-size: 1, 5rem;
}

body {
    background-color: black;
}

p {
    color: white;
}

a {
    text-decoration: none;
}