* {
    user-select: none !important;
}


.title{
    font-size: 25px;
    font-size: 600;
}

.btn {
    margin-right: 01%;
    margin-top: 01%;
    margin-bottom: 01%;
    background-color: white;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    border: 01px solid black;
    border-radius: 05px;
    padding: 10px 20px;
    cursor: pointer;
}

.product {
    border: 02px solid black;
    border-radius: 05px;
    text-align: center;
    font-size: 20px;
    margin: 50px;

    h1 {
        margin: 20px;
    }

    input {
        height: 50px;
        width: 350px;
        text-align: center;
        font-size: 20px;
    }

    #submit {
        height: 50px;
        width: 350px;
        border: 0px;
        background-color: rgba(140, 156, 156, 0.733);
        transition: all 0.5s;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #submit:hover {
        transform: scale(1.05);
    }
}

#h1 {
    text-align: center;
    font-weight: 600;
    padding: 01%;
    border: 02px solid black;
}

#main_side{
    height: 400px;
    border: 02px solid black;
    margin: 04%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

#video{
    height: 300px;
    width: 40%;
    border: 02px solid black; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_page{
    height: 300px;
    width: 40%;
    border: 02px solid black;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

#underline{
    text-decoration: underline;
}