
.call {
    
    text-align:center;
    font-family:Arial;
    font-weight:bold;
    font-size:25px;

}

.go {
    
    text-decoration:none;
    
}


.go:hover {
    
    text-decoration:underline;
    
}

.line {
    
    border:0;
    background-color:#951f28;
    width:100%;
    
}