* {
    font-family: ubuntu_monoregular;
}

body {
    position: relative;
}

.fixed-photo {
    position: absolute; 
    top: 20px;
    right: 20px;
    width: 25%;
    height: auto;
    border-radius: 8px;
    z-index: 1000;
}

section {
    margin-bottom: 50px;
}

h1 {
    margin-bottom: 10px;
}

.header {
    max-width: 1000px;
}

.whoami #green-text {
    color: #789922;
    padding-left: 20px;
    line-height: 0.5;
}

.whoami #peach-text {
    color: #E07645;
}

.projects #project {
    padding-left: 20px;
    line-height: 0.5;
}

.footnotes {
    max-width: 550px;
}

#tiny-bar {
    margin-left: 0;
    max-width: 175px;
}
