.cont-profile { width: 100%; height: 100%; display: flex; align-items: center; } #myVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -1; } #profile { width: 50%; height: 90%; padding: 10px; background-color: rgba(0, 0, 0, 0.637); border: none; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; flex-direction: column; color: white; } .profile-header { width: 100%; display: flex; align-items: center; justify-content: center; } .profile-header p { font-size: 60px; } .profile-header button { display: flex; justify-content: center; align-items: center; border: none; } .profile-header button p { font-size: 25px; padding: 0; margin: 0; } .profile-content { width: 80%; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr 1fr 1fr; border: 1px solid white; border-radius: 10px; padding: 0; } .profile-content p { text-align: center; } .tb-r { border-right: 1px solid white; } .profile-footer { display: flex; align-items: center; width: 80%; padding: 5px; } #btn-logout { width: 50px; height: 50px; padding: 0; border: none; background: none; } #btn-logout img { width: 100%; height: 100%; }