.opening {
    font-family: Helvetica, sans-serif;
}

.opening h1 {
    background-image: url(../images/errors.jpg);
    text-align: center;
    font-size: 50px;
    height: 100px;
    color: rgb(22, 6, 111);
    text-shadow: #000 0px 3px 5px;
}

.music {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.cat {
    color: rgb(255, 171, 15);
}

body {
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    font-size: 22px;
    color: rgb(0, 0, 0);
}

p {
    font-size: 16px;
}

a {
    color: rgb(221, 113, 187);
}