body{
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;flex-direction: column;
    height: 100vh;
}
.container{
    width:70%;
}