body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p,button, input{
    font-size: 40px;
}

#checkbox{
    width: 30px;
    height: 30px;
}

#text{
    height: 40px;
}