* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
}

.boss-div {
    width: 70%;
}

h1 {
    text-align: center;
    font-weight: 500;
}

.description {
    background-color: #F5EE9E;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}

img {
    width: 500px;
    height: 300px;
    display: block;
    margin: 0 auto;
}

h2 {
    text-align: center;
    margin-bottom: 10px;
    color: #353535;
}

p {
    line-height: 25px;
    margin: 0 0 20px 0;
    color: #353535;
}