html {
    width: 100vw;
    height: 100vh;
}
body, h1, h2, h3, h4, h5, h6, p {
    margin: 0 auto;
}
body {
    width: 800px;
}
img {
    image-rendering: pixelated;
}
#frame {
    margin-left: 15px;
    
    width: 820px;
    height: fit-content;
    
    display: flex;
    flex-wrap: wrap;
}
#title {
    margin-left: 30px;
    
    width: 640px;
    height: 30px;
}
#subtitle {
    margin-left: 50px;
    
    width: 640px;
    height: 20px;
    
    font-style: italic;
}
#content {
    width: 640px;
}
#sidebar {
    width: 130px;
    height: fit-content;
}
#sidebar img {
    margin: 15px 15px;
    border-radius: 100%;
}