@import url("https://fonts.googleapis.com/css2?family=Fragment+Mono:ital@0;1&display=swap");

body {
    font-family: Fragment Mono;
    letter-spacing: 1px;
    font-size: 15px;
    padding: none;
    margin: none;
    background-color: black;
    color: white;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

/* Heading */

h1 {
    font-size: 70px;
    letter-spacing: -7px;
}

#home {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px;
    font-size: 15px;
    padding: 10px;
}

#top {
    top: 0;
    max-width: 800px;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
}

#heading {
    width: 100vw;
    background-color: white;
    top: 0;
    left: 0;

    padding-bottom: 30px;
    padding-top: 5px;
    padding-left: 20px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dashed;
}

a:hover {
    text-decoration-style: solid;
    font-style: italic;
}

li {
    float: left;
}

li a {
    display: block;
    margin-right: 70px;
}

#text {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    position: relative;
}

#scroll-down {
    font-style: italic;
    color: rgb(74, 74, 74);
}

/* Photobox */

#photobox {
    max-width: calc(100vw);
}

footer {
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 100px;
}
