/*
 * ---------------------------------------------
 * Steam
 * ---------------------------------------------
 */

.steam-login {
    margin-bottom: 50px;
    margin-top: 20px;
}

.steam-logout {
    transition: background 0.2s ease;
    border-radius: 0;
    border: 0;
    padding: 8px 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    margin-top: 5px;
    background: rgb(150, 47, 32);
    color: rgb(199, 152, 151);
  }

.steam-logout:hover {
    background: rgb(172, 56, 39);
}

.steam-avatar {
    height: 150px;
    width: 150px;
}

/*
 * ---------------------------------------------
 * Profile
 * ---------------------------------------------
 */

.profile {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.profile .profile-heading {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.profile .profile-table {
    background-color: rgba(28, 28, 26, 0.5);
    border: 3px solid rgb(88, 108, 57);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 800px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.profile .profile-info {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 20px;
}

.profile .profile-data {
    color: rgb(220, 211, 202);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    text-align: right;
    margin-bottom: 50px;
    margin-top: 20px;
}

.profile-avatar {
    height: 140px;
    width: 140px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
}