body{
    color: aliceblue;
    
}

.bgimg{
    background-image: url(../imgs/bg.jpg);
    background-attachment:fixed;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.section{
    margin: 5vh;
}

.icon_m{
    display: block;
    filter: brightness(0) invert(1);
}
.con{
    background-color: rgba(36, 35, 35, 0.7);
    border-radius: 15px;
    margin-top: 3vh;
    padding: 2vw 2vh;
}
.con h2{
    margin: 1vh 0vw;
    color:darkorange
}
.con h3{
    margin-top: 2vh;
    line-height: 33px;
}
.button{
    margin-top: 5vh;
    display: flex;

}
.bgimg a{
    margin: auto 0;
    padding: 0 auto;
    
}
.bottom{
    background-color: rgba(36, 35, 35, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    
}