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

h1{
    color: white;
    text-align: center;
}
p{
    font-family: 'Dongle',sans-serif;
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-shadow: 0.06em 0.05em  #000000 ;
}

/** information of Motto**/
.welcome-text {
    float: right;
    position:absolute;
    text-align: center;
    width: 40%;
    margin: 15% 10% 8% 30%; 
    padding: 1em 0.5em 1em 0.5em ;
    background-color: rgba(175, 175, 175, 0.2); 
    border-radius: 10px 10px 10px 10px ;
}
.welcome-text h1{
    font-family:Georgia,sans-serif;
    font-size: 70px;
    letter-spacing: 10px;
    color:#fff;
    text-transform:uppercase;
    padding-right: 10px;
    padding-bottom: 3%;
    text-shadow: 0.06em 0.05em  #000000 ;  
}
.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);
}




