﻿body {
}
#show_bg_2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(28, 63, 169, 0.73)), url('../images/1.jpg');
    
    height: 100vh;
    background-size: cover;
    color: white;

}