html {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body{
    background-color: #eceae1;
    margin: 0;
    min-height: 100%;
    width: 100%;
}

p{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#container{
    background-color: #dbd8ca;
    height: max-content;
    width: 52em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border: #8f8c83 2px solid;
    border-radius: 0.5em;
}

.code {
    padding: 10px;
    border: #858178 1px solid;
    border-radius: 0.5em;
}
p.copyright{
    color: #acaaa4;
    font-weight: 300;
    font-size: 0.8em;
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

p > a{
    color: #acaaa4;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-decoration: none;
}

#heart{
    color: #acaaa4;
    transition: color 0.2s ease-out;
}

#heart:hover{
    color: #FF657E;
    transition: color 0.2s ease-out;
}

h1{
    user-select: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 4em;
    color: #000;
}

h2{
    user-select: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 2em;
    color: #000;
    margin: 0 0 0 30px !important;
}

h3{
    user-select: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 400;
    font-size: 2em;
    color: #272727;
    margin: 0;
}

h5{
    user-select: none;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 400;
    font-size: 1.3em;
    color: #272727;
    margin: 0 0 10px;
}

code {
    font-family: "Fira Mono", monospace;
    font-weight: 400;
    font-style: italic;
    font-size: 0.9em;
}
