body {
    width: auto;
    margin: 0;
    /*background: #140011;*/
    background: linear-gradient(to bottom right,
				      rgb(222, 90, 10), rgb(240, 140, 14));
    color: white;
    font-family: sans;
}

h4 {
    font-weight: 300;
}

#pic {
    display: flex;
    flex-direction: row-reversed;
    justify-content: end;
    align-items: end;
    flex-grow: 1;
}

#avatar {
    width: 10em;
    height: 10em;
    /*border: 1px solid rgb(22, 222, 222);*/
    background-image: url("bulb_v02.png");
    background-size: 10em 8em;
    background-repeat: no-repeat;
    background-position: center;
}

#header {
    /*border: 1px dashed white;*/
    height: 48vh;
    display: flex;
}

#heading {
    /*border: 1px solid rgb(22, 222, 222);*/
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*background: rgb(255, 255, 255);*/
}

#heading > div {
    /*border: 1px dashed rgb(22, 222, 222);*/
}

#heading > div > h1, h4 {
    /*background: rgba(222, 11, 255, 0.2);*/
}

#main {
    /*border: 1px dashed white;*/
    text-align: center;
    height: 48vh;
}

.links {
    color: black;
    text-decoration: unset;
}

#footer {
    width: 100%;
    height: 2em;
    background: black;
    text-align: center;
    font-weight: 300;
    color: #efaa11;
    margin: 0;
}
