table{
    border: 2px solid white;
    text-align: center;
    width: 500px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}
nav{
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;

}
li{
    display: inline-block;
    width: 150px;
    height: 110px;
}
th, td{
    border: 2px solid white;
}
h1{
    text-align: center;
}

#movie-search{
    margin-right: auto;
    margin-left: auto;
}
body{
    background-color: blue;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
a{
    color: white;
}
a:hover{
    color: gold;
}
th{
    background-color: white;
    color: black;
}
