*    {
        box-sizing: border-box;
    
}
body {
        background-image: url('../img/1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
       
       
       
}  

div  {  
        font-size: 20 px;
        font-family: 'Gill Sans', 'Gill Sans MT'; 
        margin-top: 3%; 
        text-transform: uppercase;
    
}

p    { 
        margin-left: 5%; 
        margin-right: 35%; 
        display: inline-block; 
        width: 15%;

}

a   { 
        text-align: right; 
        margin-right: 2%;

}
a1  {
        text-align: right; 
        margin-right: 5%;
}

div {
        text-align: center; 
        margin-top: 10%; 
        text-transform: uppercase;
}

h1 {    
        font-size: 40px; 
        font-family: 'Gill Sans', 'Gill Sans MT'; 
        color: mediumblue; 
        margin-bottom: 1%;

}

h2 {   
        font-size: 20px; 
        font-family: 'Gill Sans', 'Gill Sans MT'; 
        color: black; 
        margin-bottom: 2%;

}

button1{ 
        border: none;
        color:black;
        text-transform: uppercase; 
        font-size: 30 px; 
        text-decoration: underline; 
        background: none; 

}

button {
        border: none; 
        color: azure; 
        text-transform: uppercase; 
        font-size: 30 px; 
        text-decoration: underline; 
        background: none;

}