@import url('https://uenternals.com/static/css/Philosopher.css');

* {
    font-family: 'Philosopher', serif;
    color: #FFF;
}

body {
    overflow-x: hidden;
}

h1, h2, h3 { 
    width: 60vw; 
}


.fixed {
    position: fixed;
    background-color:#222;
    top: 0;
    left: 0; 
    width: 100vw;
    height: 13vh;
}

.content {
    margin-top: 10em;
    margin-bottom: 5em; 
    margin-right: 1em;
    margin-left: 2em;
}
 

h1 {
    border-bottom: 1px solid white;
    margin-top: 5vh;
}

h3 {
    margin-top: 2vh;
    margin-bottom: 1vh;
    /*text-decoration: underline;*/
}



.title {
    color: red;
    font-size: 4em;
    margin-left: 0.5em;
}

.section {
    color: white;
    width: 50vw;
    border-bottom: 1px solid white;
}

.model {
    padding: 3px;
    margin: 1em;
    width: 7em;
    display: inline-block;
}

.model img {
    width: 12em;
    padding: 2px;
    margin: 1px;
}

html {
    width: 100vw;
}

body {
    background-color:#222;
    width: 100vw;
    height: 100%;
}
 

#main {
    top: 4vh;
    width: 100vw;
}

.models {
    display: grid;
}
 
a {
    color: cyan;
}

.modelName {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}

.author-link {
    text-align: center;
    width: 100%;
    display: inline-block;
}

img {
    height: 1em;
}