html {
    background-image:url(background.jpg);
    font-family: MS Gothic;
}

body {
    margin: 0;
    color: black;
}

h1 {
    background-color: white;
    text-align: center;
}

div p {
    font-family: serif;
    font-style: italic;
}

a:link {
    color: darkred;
}

a:visited {
    color: #c5483f;
    text-decoration: solid;
}

a:hover {
    color: darkred;
    text-decoration: none;
}

.container {
    border: darkred 7px groove;
    border-radius: 25px;
    height: 800px;
    width: 900px;
    margin: auto;
    padding: 15px;
    background-image: url(https://i.pinimg.com/736x/76/3c/ee/763cee3c24ea311e8e0d571554ce94b1.jpg);
}

.greetings {
    border-style: dotted;
    border-radius: 25px;
    border-color: white;
    background-color: #733530;
    padding: 15px;
}
