.bg{
    width: 100%;
    height: 60vh;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.aboutbg{
    width: 100%;
    height: 60vh;
    background-image: url('../img/about.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

h1{
    color:#4f98ca;
}