body {
    background-color: plum;
}

h1 {
    color: white;
    text-align: left;
    background-color: rebeccapurple;
    border-style: solid;
    border-width: 10px;
    border-color: midnightblue;
    font-size: 80px;
    font-family: "Jersey 10", monospace;
    padding-left: 10px;
}

h2 {
    color: white;
    text-align: left;
    background-color: mediumorchid;
    border-style: solid;
    border-width: 5px;
    border-color: rebeccapurple;
    font-family: 'Courier New', monospace;
    padding: 2px;
}

p {
    font-size: 40px;
    color: rebeccapurple;
    font-family: "Tiny5", monospace;

}

a {
    font-size: 40px;
    color: midnightblue;
    font-family: "Tiny5", monospace;

}

ol {
    font-size: 40px;
    color: rebeccapurple;
    font-family: "Tiny5", monospace;

}

ul {
    font-size: 40px;
    color: rebeccapurple;
    font-family: "Tiny5", monospace;

}

img {
    margin-left: 10px;
    border: 5px solid rebeccapurple;
    border-radius: 10px;
    height: 250px;
}
