body {
    background-color: black;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    margin: 0px;
}

header {
    display: flex;
    width: 99%;
    position: relative;
}

header iframe{
    border-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
}

header #banner{
    padding: 10px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 40%;
    height: 70%;
}

header img{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
}

#nav {
    background-color: rgb(37, 37, 37);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

#legend {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

#legend button {
    background-color: rgb(31, 31, 31);
    border-color: rgba(0, 0, 0, 0);
    height: 100%;
    border: 0px;
    font-family: 'Ubuntu', 'sans-serif';
    color: white;
    font-size: large;
}

#legend button:hover {
    background-color: rgb(46, 46, 46);
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#legend button:active {
    background-color: rgb(27, 27, 27);
    border-color: rgba(0, 0, 0, 0);
}

#main{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

#laino{
    margin: 10px;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    background-color: rgb(36, 35, 35);
    border-radius: 12px;
    padding: 12px;
}

#lainoto{
    display: flex;
    font-size: x-large;
}

#laino img{
    width: 50%;
    height: auto;
}

#content{
    display: flex;
    align-items: top;
}

#description{
    padding-left: 12px;
}