*{
    padding: 0;
    margin: 0;
}

html{
    
    background: url('star.jpeg') repeat center center fixed;
    background-size: auto;
    background-repeat: repeat;
    
}
h1 {
    color: #b8860b;              
    font-family: 'Garamond';
    font-size: 80px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6); 
}
h2 {
    color: #b8860b;            
    font-family: 'Garamond';
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6); 
}
.toobig{
    width:600px;
    height:400px;
}
.toobig2{
    width:1000px;
    height:700px;
}
.p{
    font-family: 'Times New Roman', Times, serif;
    font-size:40px;
    color: #b8860b;
}
