@font-face {
    font-family: 'Dax';
    src: url('Dax-Medium.eot');
    src: local('Dax-Medium'),
        url('Dax-Medium.eot?#iefix') format('embedded-opentype'),
        url('Dax-Medium.woff2') format('woff2'),
        url('Dax-Medium.woff') format('woff'),
        url('Dax-Medium.ttf') format('truetype'),
        url('Dax-Medium.svg#Dax-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
background-color: ;
}

#distance {
width: 10px;
height: 50%;
margin-bottom: -250px;
float: left;
}

#container {
margin: 0 auto;
position: relative;
height: 500px;
width: 700px;
clear: left;
display: flex;
align-items: center;
justify-content: center;
}

p {
font-family: 'Dax'
}

img {
max-width: 80%;
width: 600px;
min-width: 25%;
}