@import url('https://fonts.googleapis.com/css2?family=Dongle&display=swap');
*{
    margin: 0;
    padding: 0; 
}


/** information of Thanos **/
.welcome-text {
    float: right;
    position:absolute;
    text-align: center;
    margin: 14% 0% 10% 5%; 
}
.welcome-text h1{
    font-family:Georgia,sans-serif;
    font-size: 60px;
    letter-spacing: 10px;
    color:#fff;
    text-transform:uppercase;
    padding-right: 10px;
    padding-bottom: 3%;
}
.welcome-text a{
    border: 1px solid #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Dongle',sans-serif;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
}
.welcome-text a:hover{
    background: #a30000;
    color:#fff;
    transition: .5s;
    transform: scale(1.05);
}