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

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