body {
    background-color:black;
    color:white;
}
p,a {
    font-size: 25px;
}
input {
    padding: 10px;
    margin-top: 20px;
    font-size: 25px;
}
label {
    font-size: 30px;
    font-weight: bold;
    color: red;
}
.container{
    position: relative;
    width: 100%;
}
.display {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: auto;
}
.redirect {
    padding:5px;
    margin-left:5px;
    text-decoration:none;
    color:green;
    border: 1px solid green;
    border-radius:5px;
}
.redirect:hover {
    background-color: green;
    color:white;
}
.vlc {
    color:orange;
    border: 1px solid orange;
}
.vlc:hover {
    background-color: orange;
    color:white;
}
.lastSearch {
    margin-top: 5px;
}
.lastSearch a {
    list-style: none;
    list-style-image: initial;
    margin: 0;
    font: inherit;
    vertical-align: baseline;
    display: inline-block;
    height: 28px;
    padding: 0 15px;
    font-size: 14px;
    color: white;
    background-color:brown;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid black;
    border-radius:10px;
}
.ythich {
    background-color:#e6e600 !important;
    color: black !important;
}
label a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}
#search{
    width: 90%;
}
#submit {
    width: 30%;
    font-size: 30px;
}
@media (max-width:600px) {
    .display {
        width: 100%;
        margin: 0;
    }
}