.sq-card {
    --size: 300px;

    position: relative;
    width: var(--size);
    height: var(--size);
    margin-top: 15%;
    border: 3px dashed rgb(34, 34, 34);
    background-color: darkgray;
}

.sq-card-text-container {
    padding-top: 20%;
    padding: 10% 10px 10px 10px;
    align-items: center;
}

.sq-card p {
    font-size: 1.2em;
}

.sq-card-subtitle {
    position: absolute;
    bottom: -5%;
    left: 5%;
}