html{overflow-y:scroll; overflow-x:hidden;}

*, *::before, *::after{box-sizing:border-box;}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #4e818c;
    font-family: 'Roboto', sans-serif;
    color: white;
}
img {
    border: 0;
    vertical-align: top;
}
#backgr {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -350px;
    width: 700px;
    /* border: 1px solid black; */
}
#logo-img-bg {
    opacity: 0.1;
    display: inline-block;
    width: 150px;
}
#logo-name-bg {
    opacity: 0.1;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 60pt;
    margin-top: 20px;
    margin-left: -15px;
}
#contener {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -350px;
    width: 700px;
    /* border: 1px solid black; */
}
#logo-img {
    display: inline-block;
    width: 100px;
}
#logo-name {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 42pt;
    margin-top: 20px;
    margin-left: -10px;
}
#info-name {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#info-pos {
    letter-spacing: 2px;
}
#ecrf {
    margin-top: 40px;
    color: #888;
}
#ecrf a {
    color: #888;
}
#ecrf a:hover {
    text-decoration: underline;
}
hr {
    display:block;
    height:1px;
    border:solid;
    border-width:1px 0 0 0;
    width: 310px;
    margin: 5pt auto;
}
#footer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -150px;
    width: 300px;
    text-align: center;
}
a {
    color: white;
    text-decoration:  none;
}
a:hover {
    color: #aaa;
}
