
.centered {
    text-align: center;
    align-content: center;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.profile-card {
    padding: 15px;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.fullscreen-visable-only {
}

@media (max-width: 1000px) {
    .profile-card {
        background: #dedede9e;
        padding: 15px;
        border: solid;
        border-radius: 10px;
        border-width: 2px;
    }
    .fullscreen-visable-only {
        display: none;
    }
}