body{
    background-image: url(../images/papraco\ pic.jpg);
    background-position: center;
    text-align:center;
}
.btn{
    padding: 20px;
    cursor: pointer;
    width: 215px;
    font-size: 15px;
    color: #fff;
    transition: all .5s;
    text-align: center;
    border-radius: 10px;
    font-family: serif;
    font-size:20px;
    margin-right:15px;
    margin-left:15px;
    
}
.container{
    max-width: 960px;
    margin: 0 auto;
}
section#welcome{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.website{
    background-color: #bf0000;
    color: #fff;
    border: 1px solid transparent;
    margin-bottom:15px;
}
.ticketing{
    background-color: #bf0000;
    color: #fff;
    border: 1px solid transparent;
}
.btn:hover{
   background-color: #fff;
   color: #bf0000;
   border-radius: 10px;
   transform: translateY(5px);
}


