
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .box{
        padding-left: 40%;
        padding-right: 25%;

    }

    .menulink {
        display: inline;
        left: 20%;
        right: 20%;
        padding: 10px;
        
    }

    body {
        background-color: grey;
        width: 100%;
    }

    #content{
        font-family:Arial, Helvetica, sans-serif;
    }

    #header{
        font-size: xx-large;
        text-align: center;
        background-color: royalblue;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    hr {
        width: 100%;
        height: 1px;
        background-color:black;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        border-width: 2px;
        border-color: black;
        }
    

    #content td, th {
        border: 1px solid #dddddd;
        text-align: center;
        padding: 8px;
    }

    .iframe-container{
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; 
        height: 0;
      }
      .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
      }

    #navigation{
        /* background: ghostwhite; */
        width: 100%;
        height: auto;
        background-color: gold;
        position: static;
        text-align: center;
        font-size: x-large;
        font-family:Arial, Helvetica, sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .page_2{
        background: url(Movie_Images/Budpaest_Photo.jpg);
        /* background-size: cover; */
        background-position: center;
        /* margin-top: 10%; */
        padding-bottom: 400px;
    }

    .sidebar {
        /* float: left; */
        /* height: 300px; */
        /* width: 200px; */
        /* padding-top: 48px; */
        background-color: rgb(185, 114, 202);
        color: midnightblue;
    }

    .t01{
        background-color: aqua;
        margin: auto;
        margin-top: 25px;
        padding: 10px;
        width: 90%;
        border-collapse: collapse;
        border-style: solid;
        /* border-width: 25px; */
        border-color: black;
        outline-style: solid;
        outline-width: 5px;
        outline-color: gray;
    }

    tr:nth-child(even){
        background-color: rgb(240, 152, 36);
    }

    a:link {
        color: blue
    }

    a:visited {
        color: purple
    }

    a:hover {
        color: red
    }

    a:active {
        color: white
    }
