body{
    margin:0px;
}

.main{
        display: flex;
        flex-direction: column;
        flex:0 0 500px;
        text-align: center;
        justify-content: center;
        border-radius: 50%;
       
        
        background-color: #f6ae2d;
        height: 30rem;
        color: #ffffff;
        font-size: 400%;
        font-weight: 900;
        font-family: 'Arvo', serif;
        }

.flex{
    display: flex;
    height:100vh;
    align-items: center;
    justify-content: center;
  

    
}