.resume_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume_container {
    background: #333;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.resume_header {
    font-size: 18px;
    margin-bottom: 10px;
}

.align p {
    font-size: 14px;
    margin-bottom: 20px;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.flex bt {
    background: #e50914;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.flex bt:hover {
    background: #f40612;
}