/* styleTemplate.css */

body {
    
    background-color: rgb(35, 35, 35);
    
}

h1 {
    
    color: rgb(0, 200, 0);
    font-family: 'Nunito Sans', sans-serif;
    
}

h3 {
    
    color: rgb(0, 200, 0);
    font-family: 'Nunito Sans', sans-serif;
    
}
p {
    
    color: rgb(0, 200, 0);
    font-family: 'Nunito Sans', sans-serif;
    
}
