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