

        body {
            font-family: "Lato", sans-serif;
                        font-size: 16px;

        }

        /* Style the tab */
        .tab {
            float: left;
            border: 1px solid #ccc;
            background-color: #f1f1f1;
            width: 20%;
            height: 100%;

        }

        #tabnav {
            height: 100vh;
        }

        /* Style the buttons inside the tab */
        .tab button {
            display: block;
            background-color: inherit;
            color: black;
            padding: 22px 16px;
            width: 100%;
            border: none;
            outline: none;
            text-align: left;
            cursor: pointer;
            transition: 0.3s;
            font-size: 17px;
        }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

        /* Style the tab content */
        .tabcontent {
            float: left;
            padding: 0px 12px;
            border: 1px solid #ccc;
            width: 80%;
            border-left: none;
            height: 100%;
        }


        #headerbtn {
            background-color: #04AA6D;
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
        }

        h1 {
            text-align: center;
        }

        #film {
            text-align: center;
        }
    .left {
    width: 30%;
    float: left;
    text-align: center;
    margin: 10px;
}
    .right {
        width: 65%;
        margin-left: 10px;
        float:left;
            margin: 10px;
                text-align: center;
    }

    input {
        width: 100%;
    }

    .submit {
                    font-size: 16px;
                    color: black;
    }
