*{
    box-sizing: border-box;
}
body{
    background-color: rgb(255, 100, 100);
}
main {
    display: flex;
    flex-direction: column;
    width: 50%;
}