#searchbar{
    color:#001858;
    background-color:#fef6e4;
    margin-left: 15%;
    padding:15px;
    border-radius: 10px;
    font-family:"Courier New", Verdana, Arial; 
    line-height:32px;
    font-size:22px;
    vertical-align: middle;

  }

#heading {
    background-color:#141414;
    height:100%;
    width:100%;
    padding-top:15px;
    text-align:center;
}

.buttons {
    vertical-align: bottom;
    position:relative;
    left:40%;
    width:300px;
    margin-top:0;

}

.backgroundCircle {
    background-color:#3498DB;
    border-radius:100px;
    width:60px;
    height:60px;

}


.buttonColumn {
    float:left;
    width:25%;
    margin-left:15px;
}

.backgroundCircle.hover {
    background-color:#2cb67d;
}

.button {
    color:#2C3E50;
}

.button:hover {
    color:#fef6e4;
}

.link {
    position:relative;
    top:35%;
    left:25%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    position:absolute;
    bottom:0;
}


.column {
    float:left;
    width:33%;
}

th {
    text-align:center;
}

.show {
    border-radius:15px;
    object-fit: fill;
    width:450px;
    height:300px;
    margin-left: 15px;
    margin-top: 15px;
}

h1 {
    font-family:'Courier New', Courier, monospace;
    color:#FFFFFF;
    font-size:65px;
    text-align:center;
    margin:0%;
}

body {
    background-color: #1A1A1A;
}