@import url('https://fonts.googleapis.com/css?family=Lato');

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    width: 100%;
    /*background-color: #294FFF;*/
}

body {
    font-family: 'Lato', "Trebuchet MS", sans-serif;
}

header{
    width: 100%;
}

.title {
    margin: 3em 6em 0;
    padding: 0 2em;
    border-bottom: 2px solid darkred;
    min-width: 474px;
}

#name-header {

    display: inline-block;

    font-weight: lighter;
    font-size: 2.8em;
}

#email-header {
    display: inline-block;
    position: relative;
    top: 20%;

    padding-left: 15px;
    color: #111;
}

footer {
    height: 20%;
    background-color: #323232;
    
    display: flex;
    color: #aaa;
}