.note:hover {
    animation-name: rotate;
    animation-duration: 0.7s;
    animation-direction: reverse;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;

}



.border {
    border: 5px solid black;
}

.p1 {
    font-family: "Garamond", Times, serif;
    font-size: 20px;
    text-align: left;
}

.p2 {
    font-family: "Garamond", Times, serif;
    font-size: 20px;
    text-align: center;
}

a {
    color: black;
}

body {
    background-color: #d3ead5;
}

h1 {
    text-align: center;
    font-family: "devils-haircut", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: aliceblue;
    background-color: black;
}

h2 {
    text-align: center;
    font-family: "ferryman", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#message {

    font-size: 50px;
    letter-spacing: 10px;
    font-weight: 600;
    text-decoration: underline;
}

#array {
    font-size: 50px;
    letter-spacing: 20px;
    font-weight: 600;
    text-decoration: none;
}

h1 {
    font-size: 50;
}

table,
th,
td {
    border: 1px solid black;
}

.thisgraph {
    overflow-x: auto;
    background-color: white;
}