body{
    font-family:verdana;
}

table, th, td{
    border:solid 2px;
    border-collapse:collapse;
}

table{
    width:100%;
}

.one{
    background-color:#006BA6;
    background-color: rgba(0, 107, 166, 0.6);
}

.two{
    background-color:#0496FF;
    background-color: rgba(4, 150, 255, 0.6);
}

.three{
    background:#FFBC42;
    background: rgba(255, 188, 66, 0.6);
}

.four{
    background-color:#D81159;
    background-color: rgba(216, 17, 89, 0.6);
}

.five{
    background:#8F2D56;
    background: rgba(143, 45, 86, 0.6);
}

.banner{
    background-image: url('keycontactsimage.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}