html {
    background-color: black;
    color: white;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    max-width:fit-content;
    margin:auto;
    margin-top: 10%;
}

img {
    max-width: 100%;
    height:10%;
    margin:auto;
}

.photo {
    max-width: fit-content;
    margin: auto;
}

p {
    font-size:xx-large;
    justify-self:center;
}

button {
    width: 100%;
    height:  50%;
    justify-self:center;
    max-width: fit-content;
    margin:auto;
    margin-top:5%;
    font-size: 200%;
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.restart {
    max-width: fit-content;
    margin:auto;
}