body {
    background:#F7F7F7;
   // background-image:url('../images/background_new.jpg')
}



.software-container {
    vertical-align:top;
    background:white;
    border-radius:8px;
    padding:10px;
    margin-left:25px;
    margin-bottom:40px;
    margin-right:100px;
     box-shadow: 0 0 30px grey;
    padding:20px 15px 20px 15px;
}


.matrix{

background-image:url(../images/544px-Sarrus_rule.svg.png);
content:'';
    width:300px;;
    height:300px;
float: right;
    background-repeat:no-repeat;
overflow:hidden;
    
    

}



.tree{

background-image:url(../images/tree.png);
content:'';
    width:300px;;
    height:300px;
 float:left ;
    background-repeat:no-repeat;
overflow:hidden;
    
    

}
.software-header {
    display:flex;
    font-size:60px;
    width:500;
    color:255;
    margin-bottom:20;
    font-style:italic;
    font-weight:800;
 
    text-shadow:1px 1px 1px gray;
   

}



@font-face {
  font-family: GreatVictorian-Swashed;
     src:  url(IMFeGPit29P.ttf)  ;
    
}


@font-face {
  font-family: VictorianFreeOrnamentsTwo;
     src:  url(VictorianFreeOrnamentsTwo.ttf)  ;
    
}


.links{
  font-family: GreatVictorian-Swashed, sans-serif;
    font-size:30px;
    color:black;
    text-decoration:none;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.decoration-victorian{
      font-family: VictorianFreeOrnamentsTwo;
    font-size:60px;
    color:black;
    text-decoration:none;
}
