

body{
    background: #333;
}


.title{
    color: white;
    font-size: 4vw;
    font-weight: bolder;
    padding-bottom: 20px;
}

.Contain{
    max-width: 650px;
    justify-items: left;
    margin-top:30px;
    margin-left: 30px;
    margin-bottom:0px;
}


.container.text-center{
    margin-left: 23px;
}
.link-btn{
    display: block;
    text-align: center;
    text-decoration: none;
    background: #e70000;
    margin-bottom: 10px;
    margin-left:0px;
    border-radius: 5px;
    color: white;
    max-width: 130px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;

}



.btn-subs{
    background: #e70000;
    padding:15px;
    margin-top: 5px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
    border-radius: 2px;
    
}

.Contain h6{
    padding-top:40px;
    color: white;
    

}



.row{
    align-items: left;
    margin: 0px;
}

.col{
    justify-content: center;
    padding: 0px;
    max-width: 250px;
}

.headings{
    text-align: left;
    color: white;
    padding-bottom: 20px;
    font-size: 2vw;
    font-weight: bolder;
}



a .icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.col a{
    text-decoration: none;
}