.main{
    background-image: url("code.jpg");
    display:flex;
    justify-content:center;
}

body{
   background-color: black 
}

.main img{
    margin:auto;
}

h1{
    color:Gold;
    font-family: 'Spicy Rice', cursive;
    font-size:50px;
}

p{
    color:Gold;
    font-size:35px;
    font-family: 'Patrick Hand', cursive;
    
}

.header{
    width:100%;
    padding: 50px;
    text-align: center
    
}
    
