
body{
    
    font-family: monospace, Verdana, Geneva, Tahoma, sans-serif;
    padding: 100px;
    margin: 0;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
a, a:link, a:visited{
    color: #008556;
    text-decoration: none;
}
a:hover{
    color:#000068;
}
.info{
    color: white; 
    background-color: darkgreen; 
    border-radius: 15px 50px;
    padding: 2%;
}
.linuxinfo{
    text-align: center;
    padding-top: 5%;
    padding-left: 15%;
    padding-right: 15%;

}
a.btn{
    background-color: #008556; 
    color: white;
    text-decoration-color: none;
    border: none;
    border-radius: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}
.btn-primary:hover{
    background-color: darkgreen;
    color: white;
}
.link-success{
    text-decoration: none;
}
.link-succes:hover{
    background-color: #184636;
}
div{
    padding-bottom: 2%;
    text-align: justify;
}
.ornlfooter{
    width: 20%;
    margin: 0px;
    padding-top: 5%;
}
footer{
    padding-top: 5%;
}
.col{
    text-align: center;
}
.troubleshootingcontent{
    padding-left: 20%;
}
.list{
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.b1{
    list-style-image: url("../images/thinlincicon.png");
}
.b2{
    list-style-image: url("../images/puttyIcon.png");
}
.b3{
    list-style-image: url("../images/mobaxterm.png");
}
.b4{
    list-style-image: url("../images/winscp.png");
}
.b5{
    list-style-image: url("../images/cyberDuckIcon.png");
}
.b6{
    list-style-image: url("../images/terminalIcon.png");
}
.b7{
    list-style-image: url("../images/linuxIcon.png");
}