
body{
    margin: 0%;
    background-image: url(1120.jpg);
    background-repeat: no-repeat;
    background-size: 100% 195px;
}
img[data-cross]{
    margin: 8px 0 0 8px;
}
h1[data-h1]{
    font-size: 32px;
    position: absolute;
    left: 70px;
    top: 30px;
}
span[data-h1]{
    font-size: 2em;
    color: red;
}
span[data-url]{
    position: absolute;
    left: 70px;
    top: 122px;
    font-size: 24px;
    color: red;
}
div[data-nav]{
    padding-top: 18px;
    display: flex;
    flex-flow: column;
    
    justify-content: start;
    width: 41px;
    height: 510px;
    margin-top: 0.8px;
    margin-left: 8px;
    background-color: bisque;
}
div[data-download]{
    
    width: 256px;
    margin-left: 48px;
    display: grid;
    grid-template-rows:  128px 50px;
    grid-template-columns: repeat(2,128px);
    column-gap: 15px;
    row-gap: 10px;
    
    

}
div[data-declaration]{
    
    background-color: black;
    color: white;
    line-height: 12px;
    
}
a[data-a_style]{
    writing-mode: vertical-rl;
    color: black;
    font-weight: 300;
    text-decoration: none;
    border-bottom: thin black solid;
    padding: 25px 10px 5px 10px;
}

strong{
    
    grid-column: 1/span 2;
    font-weight: 300;
    font-size: 14px;
    color: red;
   
    
}
object{
    position: absolute;
    left: 49px;
    top: 153px;
    width: 80%;
    height: 525px;
}
em{
    font-style: normal;
    font-size: 10px;
    
}
a:visited{
    color: black;

} 
a:hover{
    color: red;
}

*{
    font-size: 16px;
}
