body {
    background-color: black;
    background-image: url(./Shakespeare2.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center 120px
}

h1 {
text-align:center;
font-family:luminari;
color:#1aa3ff
}

h2 {
    font-family:luminari;
    color:#1aa3ff
}

p {
    color:white;
    font-family:arial
}

button {
    background-color:#1aa3ff;
    color:black;
    height:50px;
    width:150px;
    font-size:18px;
    font-weight:bold
}

#newInsult {
    font-size: 36px
}