.downBar{
    background-color: rgb(24,190, 190);
}
.cart{
    position:center;
    margin-left: 28%;

} 
.footer{
    background-color: rgb(169, 240, 240);
}
.textOne{
    margin-left: 36%;
    font-weight: normal;
    font-size: 3.5em;
}
.textTwo{
    margin-left: 31%;
    font-weight: normal;
    font-size: 2.5em;
}
.textFrie{
    margin-left: 23%;
    color: rgb(117, 115, 115);
}
.textFor{
    margin-left: 39%;
    font-weight: normal;
    font-size: 2.5em;
}
.futbutton{
    background-color: rgb(169, 240, 240);
    border-style: none; 
}
.footerButton{
    margin-left: 25%;
    background-color: rgb(169, 240, 240);
}
.textFooter{
    min-height: 4em;
    display: inline-block;
    vertical-align: middle
}

a {

    color:#050505;
    
    text-decoration:none
    
    }
    
    a:active {
    
    color:#000000;
    
    text-decoration:none
    
    }
    
    a:visited {
    
    color:#030303;
    
    text-decoration:none
    
    }
    
    a:hover {
    
    color:#000000;
    
    text-decoration: underline
    
    }
