body {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
    font-family: "Electrolize";
}

input {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Electrolize";
}

#layout {
    display: flex;
    justify-content: left;
}

#sidebar {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: rgb(30, 30, 30);
    width: 300px;
    height: 804px;
}

#stream {
    margin-top: 20px;
    margin-right: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: rgb(30, 30, 30);
    width: 1550px;
    height: 804px;
}

#footer {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    border-color: rgb(30, 30, 30);
    width: auto;
    height: 49px;
}

.sidebar-item {
    border-width: 2px;
    border-color: rgb(55, 0, 66);
    border-style: solid;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    height: 50px;
    margin-top: 5px;
    background-color: rgb(28, 0, 34);
    color: white;
    font-family: "Electrolize";
}

.sidebar-item:hover {
    background-color: rgb(38, 0, 46);
    cursor: pointer;
}

#sidebar-search {
    border-width: 2px;
    border-color: rgb(40, 40, 40);
    border-style: solid;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 280px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    color: white;
}

#stream-frame {
    border-radius: 20px;
    border-style: hidden;
    width: 100%;
    height: 100%;
}

#footer-text {
    size: 100px;
    color: rgb(150, 150, 150);
}

#footer-logo {
    padding: 0px;
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
