body {
    font-family:'Oswald';
    background-image: url(images/table_.png);
    
    font-weight: bold;
    color: white;
    text-align: center;
}
#btn{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* align-self: center; */
    /* align-content: center; */
    
    
}
a{
    text-decoration: none;
}
p{
    font-size:50px;
    margin-bottom: 60px;
    text-shadow: 
    -1px -1px 0 black,  
    1px -1px 0 black,   
    -1px 1px 0 black, 
    1px 1px 0 black; 
}
button{
    width: 50vh;
    height: 10vh;
    font-size: x-large;
    font-weight:bold;
    border-radius: 20px;
    border: 2px solid black;
    background-color: goldenrod;
    cursor: pointer;
}