body {
    background: linear-gradient(to left, #0f0c29, #271c9b, #24243e);
    text-align: center;

}

h1 {
    font-family: 'Jost', Courier, monospace;
    color: rgb(0, 145, 255);
    font-size: 50px;

    text-decoration: underline;
}
a {
    color: rgb(152, 197, 232);
    text-decoration: none;
}

a:hover {
    color: rgb(80, 132, 171);
    text-decoration: underline;
    transition: color 0.5s ease;
}

img {
    border-radius: 50%;
    height: 2em;
    border: rgb(194, 251, 255) 2px solid;
    padding: 1%;

}
h2 {
    color: rgb(148, 201, 241);
    font-family: Inter;
}
p {
    color: rgb(202, 212, 220);
    font-size: 20px;
    font-family: sans-serif;
}
em {
    font-weight: bold;
    font-style: normal;
}

footer {
    color: rgb(0, 145, 255);
    font-size: 20px;
    margin-top: 10%;
}