a:link {
    color: rgb(98, 87, 255);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgb(98, 87, 255);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(138, 96, 255);
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: rgb(225, 0, 255);
    background-color: transparent;
    text-decoration: underline;
}

html {
    height: 100%;
}

body {
    height: 120%;
    font-family: Verdana;
    font-size: 1vw;
    background-color: #0e0430;
    color: #ae00ff;
    background-image: url(body.svg);
}

div {
    border: 1px black;
}

.content {
    max-width: 90%;
    height: 100%;
    margin: auto;
    padding: 13px;
    background-color: #1f0b61;
    color: #bc2cff;
    border-radius: 15px;
    background-image: url(content.svg);
    font-size: 1.5vw;
}

.titlecontent {
    max-width: 60%;
    margin: auto;
    padding: 13px;
    background-color: rgb(0, 62, 155);
    border-radius: 15px;
    background-image: url();
    font-size: 1vw;
}

.whisper {
    color: #8306f8;
    font-size: 1.3vw;
}