@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


/* *{
    box-sizing: border-box;
} */
body{  
    font-family: "Roboto",sans-serif;
    display: flex;  
    flex-direction: column; 
    flex-wrap: wrap;
    margin:0;  
    align-items: center; 
    justify-content:center; 
    height: 100vh; 
    overflow:hidden;  
    text-align: center;
    background-color: rgb(228, 42, 228);
}

.btn{
    background-color: rgb(166, 31, 211);
    color:whitesmoke;
    margin:10px; 
    padding:5px 10px;  
    font-size: 1.4rem;
}