*{
    margin: 0;
    padding: 0;
}
body{
    max-height: 100vh;
    max-width: 100%;
    height: 100vh;
    width: 100%;
    background: url(/img/egobg.svg);
    background-repeat: repeat;
    background-size: cover;
}

h1{
    position: absolute;
    font-size: 5em;
    font-family: 'amnestiadistressed';
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

#con{
    color: #ebc6a9;
    position: absolute;
    top: 35vh;
    left: 10vh;
}
#ego{
    color: #ffffff;
    position: absolute;
    top: 35vh;
    left: 80vh;
}

p{ 
    color: #ffffff;
    font-size: large;
    font-family: 'SourceSansPro';
    position: absolute;
    width: 70vh;
    top: 50vh;
    left: 10vh;
}