body{
    background-color: cornsilk;
    background-image: url(https://images.squarespace-cdn.com/content/v1/61e4850b45023e1d23e5b5cf/1704477249032-5DKOL5WOCZ5W3HLZBHBT/The+Face+1983-10.jpg);
    text-shadow: 20%;
    image-resolution: 20%;
    background-size: contain;
    

}

h1{
    text-align: center;
    background-color: burlywood;
    text-shadow: 30px;
    border-color: aliceblue;
}

h2{
    text-align: center;
    background-color: aliceblue;
}
.tyo{
    padding: 20px;
    font-family: fantasy;
    background-color: aliceblue;
    font-weight: bold;
}

.cont{
    padding: 20px;
    font-family: fantasy;
    background-color: aliceblue;
    font-weight: bold;
}

.insp{
    padding: 20px;
    font-family: fantasy;
    background-color: aliceblue;
    font-weight: bold;
}

.auto{
    padding: 20px;
    padding-top: 10%;
    font-family: fantasy;
    background-color: aliceblue;
    font-weight: bold;
}

.type{
    padding: 20px;
    padding-top: 30%;
    font-family: fantasy;
    background-color: aliceblue;
    background-position: 10%;
    font-weight: bold;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 10px;
    padding-bottom: 20px;
}

.center2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-color: black;
    border-radius: 10px;
    padding-bottom: 20px;
}

.brody{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    size: 90px;
    border-radius: 10px;
}

