*{
    background-image:url();
    margin:0px;
}

#logo{
    display:flex;
    justify-content: center;
    background-color: black;
    padding:35px;
}

#logo img{
    overflow: hidden;
    width: 90%;
    height: auto;
}

#yataright{
    padding-top:20px;
    padding-left:20px;
}

#yataright img{
    float: right;
    width:40%;
}