html
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

body
{
    background-color: #ddded9;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.social-links
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.img_top
{
    position: absolute;
    top: 0px;
    width: 100%;
}

.img_bottom
{
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.img_person
{
    position: absolute;
    left: 40px;
    bottom: 0px;
    width: 13%;
    max-height: 100%;
}

.title
{
    position: absolute;
    text-align: center;
    font-family: "Questrial", monaco, monospace;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title h1
{
    font-size: 72px;
    margin: 0px;
}

.title h2
{
    font-size: 28px;
    margin: 16px;
}
