
.h2-1 {
    text-align: center;
    font-size: 20px;
}

.h2-2 {
    text-align: center;
    font-size: 98px;
    margin: auto;
}

.outer { 
    height:100%;
    width: 100%;
}

.container-dashboard {
    display: flex;
    justify-content: center;
}

.host{
    padding: 10px;
}

.main {
    background-color: lightgray;
    width: 300px;
    height:300px;
    border-radius: 10px;
    color:white;
}

.centered { 
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 0px;
}


