@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
body{
    padding: 20px;
    margin: 0;
    background: url(../images/ultimate-piece-holding-page-bg.gif) 50% 50% / cover no-repeat scroll;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


.logo-container{
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    transition: opacity 2s;
    
}
a{
    color:#9411AB;
    text-decoration:none;
}






