.title{
    color: blue;
    text-align: center;
    text-decoration: solid;
    text-transform: uppercase;
}
.h{
    text-decoration: dashed;
    font-size: x-large;
    margin-left: 10%;
    background-color: red;
    color: white;
    border-radius: 20px;
    padding: 4px 15px;
}
.g{
    color: rgb(255, 0, 0);
    background-color: rgb(118, 255, 100);
    font-size: xx-large;
    margin-left: 1%;
}
h1{
    margin-left: 35%;
    text-align: left;
    text-decoration: underline;
}
h2{
    margin-left: 7%;
    color: blue;
    text-decoration: solid;
    padding: 13px 42px;
}
.ds{
    margin-left: 10%;
}
.gy{
    text-decoration: dashed;
    font-size: x-large;
    border-radius: 20px;
}
.im{
    margin-left:10%;
    image-resolution: 1080px;
}
h4{
    margin-left:20%;
    font-size: xx-large;
    color: red;
}
.mi{
    color: rgb(76, 73, 255);
    margin-left:15%;
    font-size: xx-large;
}
.contact{
    background-color: blue;
    margin-left:5%;
    margin-right: 65%;
    font-size: x-large;
    text-decoration: underline;
    padding: 4px 15px;
    padding: 4px 15px;
    border-radius: 20px;
    color: white;
}
.email{
    
    margin-left:3%;
    margin-right:69%;
    font-size: large;
    text-decoration: underline;

    padding: 4px 15px;
    border-radius: 20px;
    
}
