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


/** information of Thor**/
.welcome-text {
    float: right;
    position:absolute;
    text-align: center;
    margin: 11.5% 0% 10% 14%;  
}
.welcome-text h1{
    font-family: Georgia,sans-serif;
    font-size: 60px;
    letter-spacing: 7px;
    color:#fff;
    text-transform:uppercase;
    padding-right: 10px;
    padding-bottom: 4%;
    text-shadow: 0.06em 0.05em  rgb(5, 59, 17) ; 
}
.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);
}