.one{
    display: flex;
    justify-content: space-around;
    color: violet;
    align-items: center;
}
.container{
    display: flex;
    justify-content: center;
    align-content: center;
}
.onnu{
    margin-top: 20%;
}
.hello{
    text-align: center;
    
}
