* { 
    font-family: Arial, Helvetica, sans-serif;
}
/*font*/

/*block nav projectname*/
.container-fluid {
    background-color: #1a2222;
    color: aliceblue;
}
.navbar-header {
    background-color: rgb(26, 34, 34);
}
.navbar-brand {
    color: rgb(221, 221, 221);
    font-size: 25px;
}
.navbar-brand:hover {
    color: rgb(221, 221, 221);
}

/*block helloworld*/

.tagsbox {
    background-color: rgb(183, 183, 183, 0.742);
}
#tagline {
    text-align: center;
}
.lead {/*text in helloworld*/
    text-align: left;
}

/*Learn More botton*/
.learnmore-botton {
    text-align: left;
    width: 122px;
    background-color: rgb(73, 143, 213);
    border-radius: 8px;
}
.learnbotton{
    color: aliceblue;
    text-decoration: none;
}
.learnmore-botton:hover {
    background-color: rgb(82, 156, 98);
}
.learnbotton:hover {
    color: black;
}
/*Learn More botton*/

/*register botton*/
.registbotton {
    color: black;
    background-color: rgb(175, 175, 175);
    text-decoration: none;
    border-style: solid;
    border-color: rgb(175, 175, 175);
    border-width: 20px;
    margin-left:4px;
    border-radius: 8px;

}
.registbotton:hover {
    color: rgb(198, 198, 198);
    background-color: rgb(116, 116, 116);
    text-decoration: none;
    border-style: solid;
    border-color: rgb(116, 116, 116);
    border-width: 20px;
    margin-left:4px;
}
/*register botton*/


body>footer {
    background-color: #2a2f33;
    color: white;
    padding: 1em;
    height: 3em;
    margin: 0 auto;
    
}
