* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 32px;
    min-height: 100vh;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

h2 {
    margin: 0 0 32px;
    font-size: 28px;
}

input[type="file"] {
    color: #fff;
    margin-right: 8px;
}

input[type="file"]::file-selector-button,
button {
    padding: 8px 14px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    cursor: pointer;
}

button:hover,
input[type="file"]::file-selector-button:hover {
    background: #000;
    color: #fff;
}

#signoutBtn {
    position: absolute;
    top: 28px;
    right: 32px;
}

#userEmail {
    position: absolute;
    top: 62px;
    right: 32px;
    margin: 0;
    color: #aaa;
    font-size: 14px;
}

#videoPercent {
    margin-top: 16px;
}

a {
    display: inline-block;
    margin-top: 20px;
    color: #fff !important;
    text-decoration: underline;
}

#videosDiv {
    margin-top: 24px;
    line-height: 2;
}

#videosDiv button {
    margin-left: 8px;
    padding: 4px 10px;
}