* {
    color: white;
    font-family: sans-serif;
}

p {
    font-size: 22px;
    text-indent: 40px;
}

body {
    background-color: #332c3d;
}

h1, h2 {
    text-align: center;
}

#authorTag {
    text-align: center;
    color: gray;
    font-size: medium;
}

a {
    color: rgb(105, 153, 255);
}

.imageContainer {
    display: flex;
    width: 100%; 
    height: min-content;
    justify-content: center;
}
