* {
    box-sizing: border-box;
}

body {
    margin-top: 100px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 100px;
    background: cadetblue;
}

h1 {
    color: darkslategrey;
}

p {
    color: antiquewhite;
}