#logo {
    margin: 0 auto;
    width: 500px;
    height: 130px;
    background-image: url("https://images.vyndex.com/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}
