@charset "UTF-8";
body, html {
    margin: 0;
    padding: 30px;
    font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 100;
}
h1, h2, h3, p, a:hover {
    color:#444;
}
.container {
    display: flex;
    flex-direction: column;
    weight: 50vw;
    height: 100vh;
    margin: 0;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.container img {
    width: 200px;
    height: auto;
    margin: 0 auto;
}
.email {
    margin-bottom: 100px;
}
a, a:link, a:visited, a:active {
    color: orangered;
    text-decoration: none;
        -webkit-transition: all .3s ease;  
    -moz-transition: all .3s ease;  
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: 30px 15px;
}