@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

html{
    background-image: url(img/wood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1{
    text-transform: uppercase;
    font-family: 'MedievalSharp', cursive;
    margin: 8% auto 2%;
    text-align: center;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
    max-width: 448px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    
}
