div.home{ 
    padding-top: 100px;;
    text-align: center;
    margin:auto;
    
    }
    
body, html {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height: 100%;
    font-family:  'Consolas', monospace;
    font-size: 12px;
    margin: auto;
    
    }

body {

    overflow-y: scroll;
        
    }

    ::-webkit-scrollbar {
        display: none;
    }

h1{
    font-size: 14px;
}
.logo{
    margin-top: 50px;
    width:160px;
}
.globo img{
    text-align: center;
    vertical-align: middle;
    margin-top:45px;
    display: inline-block;
     width: 40px;
    }

.globo{
    background-color: hsl(0, 100%, 100%);
    color: rgb(34, 34, 34);
    vertical-align: middle;
    text-decoration: none;
    width:120px;
    height: 120px;
    font-weight:500;
    line-height: 40px;
    font-size: 10px;
    margin: 5px;
    border:0;
    display: inline-block;
    border-radius: 60px;
    font-family:  'Consolas', monospace;
    }

.globo:hover{
    text-decoration: underline;
    cursor: pointer;
    transition:.5s;
}
    

.usuario{
    vertical-align: middle;
    text-decoration: none;
    width:160px;
    height: 30px;
    font-weight:500;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
    border:0;
    display: inline-block;
    border-radius: 3px;
    font-family:  'Consolas', monospace;
    }

.input{
    border: 2px solid black;
    padding: 0;
}
.boton{
    background-color: #3c3c3c;
    color:white;
}

.boton:hover{
    text-decoration: underline;
    cursor: pointer;
    transition:.5s;
}