main {
    background-image: url(img/template.jpg);
    
    
    background-size: 100%;
    padding: 10px;
    margin-bottom: 6px;
}

h1 {
    margin-top: 70px;
    
    
    padding-top: 20px;
    
    
    padding-bottom: 20px;
    color: rgb(217, 217, 9);
    font-weight: 600;
    text-align: center;
    background-color: rgba(124, 30, 30, 0.479);
    margin-bottom: 50px;
    
}

body {
    background-color: rgb(28, 1, 1);
    

}