@import url(themes/theme.css);

@font-face {
    font-family: main;
    src: url(fonts/main.ttf);
}

@font-face {
    font-family: para;
    src: url(fonts/para.ttf);
}

body {
    background-color: #24273a;
    color: #cad3f5;
    font-family: "para", sans-serif;
    background-position: center;
    background-size: cover;
    margin:0;
    overflow: hidden;
}

.page {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    padding-top: 10vh;
}

.main {
    width: 30vw;
    height: 70vh;
    padding-top: 2em;
    border-radius: 10px;
    background: #1e2030;
}

img {
    max-height: 20%;
    position: relative;
}

span > a {
    font-size: 12px;
    color: #b8c0e0;
    text-decoration: none;
}

.superunder {
    font-size: 12px;
    color: #5b6078;
    text-decoration: none;
    margin-top: 50px;
}

span {
    color: #666;
}

.links {
    margin-top: 30px;
    background-color: #181926;
    padding-top: 5px;
    width: 20vw;
    min-height: 40%;
    padding-bottom: 30px;
    border-radius: 10px;
}

.link {
    font-size: 20px;
    color: #cad3f5;
    text-decoration: none;
}

.under {
    font-size: 12px;
    text-decoration: none;
    color: #a5adcb;
    margin-bottom: 10px;
}

.under:hover {
    cursor: default;
}

.subtitle {
    margin: none;
}

.links > p {
    color:#b8c0e0;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
}