body {
    background-color: darkgrey;
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

h1 {
    font-weight: 800;
    text-align: center;
}

h2 {
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
}

box {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    border-radius: 40px;
    padding-top: 7px;
    padding-bottom: 15px;
    color: white;
    background-color: dimgray;
}

.wrap {
    width: 300px;
    height: 200px;
    object-fit: contain;
}

.phone {
    width: 200px;
    height: 300px;
}