body {
    height: 100vh;
    width: 100vw;
    margin: 0;
    background-color: #f4f4f4;
    font-family: 'Segoe UI';
    font-style: normal;
}

.container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}

.card {
    width: 368px;
    padding: 40px;
    text-align: center;
    justify-items: center;
    color: #000000de;
    background: white;
    border: 1px solid #dcdee0;
    box-shadow: 0 4px 4px #00000040;
    border-radius: 10px;
}

.card img {
    margin: 0 0 25px;
}

.card .content {
    display: grid;
    justify-items: center;
    margin-bottom: 0;
}

.content span {
    margin: 20px 0;
    text-align: left;
    font-size: 14px;
}

.content span:last-child,
.content span > .tel {
    text-align: center;
    font-size: 12px;
}

.content .tel {
    color: #7140c5;
}

.content img {
    margin: 25px 0 25px;
}

