@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');

.wrappe{
min-height: 100%;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
z-index: 0;
box-sizing: border-box;
}

p{
font-size: 18px;
font-weight: 300;
line-height: 30px;
color: #999;	
font-family: 'Roboto', sans-serif;
}
p.name{
padding-bottom: 30px;
color: #666;
font-weight: 400;
}

p.last {
padding-bottom: 20px;
}


a {
color: inherit;
transition: color 0.3s ease-in-out;
}
a:hover{
color:#000;
}