a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #c0ffe3;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #f6d500;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

#box {
    font-size: 24px;
    margin: 5vh 5vw;
}

.embedded {
    width: 85vw;
    height: 85vh;
}