#title-row {
    margin-top: 20px;
    color:white; 
    margin-bottom:100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#title-row>img {
    margin-right: 20px;
}

#content-row-1 {
    color: white;
    font-size: 1.5em;
}

#user-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
#user-row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#user-or {
    color: white;
    font-size: 2.5em;
    margin-right: 40px;
    margin-left: 40px;
}
.row-title {
    color: white;
    font-size: 1.3em;
    margin-bottom: 25px;
}
.user-cont {
    background-color: transparent;
    border: 1px solid white;
    display: flex;
    padding: 20px 40px;
    margin: 5px;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
}
.user-cont>img {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.user-cont>span {
    color: white;
    font-size: 0.9em;
    height: 25px;
}
.user-cont:hover, .user-cont:active, .user-cont:focus {
    color: white;
    text-decoration: none;
    opacity: 1;
}

#sandbox-cont {
    color: white;
    background: #d83f87;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    opacity: 0.8;
}
#sandbox-cont:hover, #sandbox-cont:active, #sandbox-cont:focus {
    color: white;
    text-decoration: none;
    opacity: 1;
}
#sandbox-cont>span {
    display: flex;
    align-items: center;
}
#sandbox-cont ion-icon {
    margin-left: 5px;
}