*{
    box-sizing: border-box;
}
body{
    background-color: olive;
}
.home{
    margin: 0 auto;
    margin-top: 80px;
    width: 800px;
    border: 5px;
    border-radius: 20px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    text-align: center;
    background-color: chocolate;
    color: darkslategrey;
}
h1{
    color: darkslategrey;
    text-align: center;
    margin-top: 30px;
    font-size: 50px;
}