* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}


header {
    /*background-color: black;*/
    background-image: url("./images/black_white_background.jpg");
    background-repeat: repeat;
    height: 500px;
    
}

main{
    background-image: url("./images/clouds_background.jpg");
    background-size: 500px;
    background-repeat: repeat;
    border-image: url("./images/55.png") 50% repeat;
    text-align: right;
}

footer{
    background-image: url("./images/city.jpg");
    background-repeat: repeat;
    background-size: 500px;
}

h2{
    color: yellow;
    text-align: center;
    font-size: 36pt;
}

.centerText {
    position: absolute;
    top: 550px;
    left: 45%;
    text-align: center;

}

.BorderDiv {
    position: absolute;
    background-image: url(./images/55.png);
    background-repeat: repeat-x;
    z-index: 100;
    width: 100%;
    height: 50px;
    top: 482px;
}

.BorderDiv2 {
    position: absolute;
    background-image: url(./images/55.png);
    background-repeat: repeat-x;
    z-index: 100;
    width: 100%;
    height: 50px;
    top: 1607px;
}

.myHeaderText {
    display: inline-block;
    vertical-align: top;
    font-size: 100pt;
    text-align: right;
}



.myHeaderImg {
    display: inline;
    vertical-align: top;
}

.circleImg {
    text-align: middle;
    display: block;
    vertical-align: top;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    z-index: -1;
  }