body {
    background: #1c283b;
    color: white;
    font-family: 'Comfortaa';
}

.subdomain__cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.title > p {
    margin: 50px 0 100px 0;
    font-size: 30px;
    text-align: center;
}

.card {
    height: 250px;
    width: 250px;
    border-radius: 25px;
    color: inherit;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}

.card__photo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.card:hover {
    box-shadow: 5px 10px 30px #00000091;
}

#prodamip {
    color: #ffffff77;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    top: 580px;
    left: 200px;
}
