body {
    background-color: rgb(46, 252, 162);
}

h1 {
    color: red;
}

h2 {
    color: white;
    background-color: blueviolet;
}

p {
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1,5rem;

}

a {
    font-weight: bold;
    text-decoration: none;
}

