a {
  color: rgba(255, 0, 255, 1.0);
  text-decoration: none;
}

a:hover {
  color: rgba(0, 255, 255, 1.0);
}

body {
    margin-top: 2vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}

img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

video {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

audio {
    display: block;
    width: 100%;
    max-width: 600px;
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    width: 100%;
    max-width: 600px;
}

:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  :root { font-family: 'Inter var', sans-serif; }
}