body{
    background:url(./ucad/p1.jpg) no-repeat fixed;
    justify-items: center;
    box-sizing: border-box;
    object-fit: cover;
    object-position: bottom right;
}
h1{
    font-size: 356%;
    font-variant: small-caps;
    text-shadow: 3px 0px 0px rgb(232, 11, 11);
    text-align: center;
    color: white;
}
img{
    width:50%;
    height:150px;
    object-fit: cover;
}
 main{ 
    margin: 100px auto;
    position: relative;
} 

h3{
    font-variant: small-caps;
    color: orangered;
    font-size: 23px;
}
p{
    color: white;
    font-size: 18px;
}
h2{
    font-size: 30px;
    color: white;

}