
* {
    box-sizing: border-box;
    margin: 0;
}

@keyframes spin{
    to{ transform: rotate(360deg); }
  }


video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    margin: 0;
    width: 100%;
    height: 100%;
}

p {
    color: #d3d3d3;
}

.wrapper {

    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.user {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 75px;
    border-radius: 3px;
    background: #121212b5;

    max-height: 310px;
   
}

.displayname {
    color: #dbdbdb;
    font-size: 21px;
}

.globalname {
    color: #bcbcbc;
    font-size: 18px;
    margin-bottom: 10px;
}


.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.spinjitzu {
    margin: 0;
    animation: spin 1s linear infinite;

}

.kassadin {
    width: 600px;
    height: auto;
}

.tocosxd {
    width: 300px;
    height: auto;
}

.obrazekichuj {
    width: 300px;
    height: auto;
}

.bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    padding: 0px 2px 0px 2px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.jasiu {
    top: 15px;
    color: #5858585d;
    font-size: 16px;
    position: absolute;
    left: 15px;
}

