.bluetext {
    color: #AAAAFF;
}

body {
    background-color: black;
}

.a {
    font-family: "sriracha";
}

img:hover {
    transform: scale(1.1);
}