.frame {
    background-color: darkslategray;
    outline: 3px solid black;
}
.hpack {
    display: flex;
}
h3 {
    font-family: "Comic Relief", cursive;
}
.button {
    background-color: cadetblue;
    border-radius: 5px;
    border-width: 3px;
    border-color: black;
    border-style:solid;
    font-family: "Comic Relief", cursive;
    font-weight: bold;
    font-size: large;
}
.button:hover {
    border-width: 4px;
}
.button:active {
    border-color: white;
    border-width: 4px;
}
a {
    color: rgb(120, 200, 255);
}
a:hover {
    color: aliceblue;
}
a:active {
    color:blue
}

.maintext {
    color: white;
    font-family: "Comic Relief", cursive;
}
h3 {
    color:white;
}