body,
main{
    position: relative;
    display: block;
    height: 100vh;
    background: rgb(209, 209, 221);
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #666;
}

.container{
    position: absolute;
    display: block;
    max-height: 100vh;
    overflow: auto;
    text-align: center;
    width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container__logo{
    position: relative;
    display: inline-block;
    max-width: 85vw;
    max-height: 74vh;
}

.container__logo img{
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.name{
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.fone{
    margin: 0;
    padding: 0;
}