@font-face {
    font-family: Chalk;
    src: url(fonts/Chalktastic-r78L.ttf);
}
@font-face {
    font-family: Db;
    src: url(fonts/Dirtyboy-BxYl.ttf);
}
@font-face {
    font-family: SansRegular;
    src: url(fonts/OpenSans-Regular.ttf);
}
body {
    background-color: #222;
}
.heading{
    color: white;
    font-size: 75px;
    font-family: Db;
    text-align: center;
}
.end{
    color: red;
}
.slogan{
    color: white;
    font-size: 35px;
    text-align: center;
    font-family: Chalk;
}
.container{
    display: block;
    padding-top: 10px;
}
.container div{
    margin-left: 10px;
    color: white;
    padding-top: 20px;
}
.div1 p {
    font-family: SansRegular;
}
.div1heading{
    font-family: Chalk;
    text-align: center;
    color: yellow;
}
.div2heading{
    font-family: Chalk;
    text-align: center;
    color: green;
}
.div3heading{
    font-family: Chalk;
    text-align: center;
    color: royalblue;
}
.center{
    display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
height: 256px;

}
.div3paragraph{
    text-align: center;
    color: white;
    font-family: SansRegular;
}
.seekhelp{
    color: white;
    text-decoration: none;
    text-align: center;
}
.btnlink {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    margin: 2.5px;
}
.btnlink a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    
}
.div1{
    text-align: center;
}
.container2{
    display: flex;
}
.simg{
    border-radius: 25px;
    font-family: SansRegulars;
    
}
footer{
    text-align: center;
    font-family: SansRegular;
    color: white;
}
@media only screen and (max-width: 600px) {
    .simg{
        display: none;
    }
    .container{
        display: grid ;
        width: 100%;
    }
  }
