body {
    text-align: center;
    background: linear-gradient(to right, #000000, #1b0037);
    color:darkgray;
    font-family: sans-serif;
}

img {
    width: 250px;
    margin-top: 1rem;
    border-radius: 100rem;
    border: 0.2rem solid purple;
}

h1 {
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
}
h2{
    font-size: 1.6rem;
}
p {
    bottom: 2rem;
    font-size: 1rem;
}
a{
    background-color: darkgray;
    border: solid 0.2rem purple;
    font-size: 1.8rem;
    font-family: "Orbitron", sans-serif;
    color: #1b0037;
    display: block;
    border-radius: 0 1.5rem 0 1.5rem;
    margin: 1rem;
    padding: 0.6rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
a:hover {
    background: #2b003a;
    color: darkgray;
}

footer {
    font-size: -20px;
}