body {
    margin: 0;
    padding: 0;
    /* position: absolute; */
    /* top: 0;
    overflow-x: hidden; */
    background-image: linear-gradient(to right, #d9ed92, #b5e48c, #99d98c,#76c893,#52b69a, #34a0a4, #168aad, #1a759f, #1e6091, #184e77);
    /* z-index: -15; */
}

#trianglify {
    position: absolute;
    display: flex;
    z-index: -1;
}

#wrapper{
    font-family: Roboto3;
    vertical-align: text-bottom;
    /* background-color: white; */
    max-width: 800px;
    width: 80%;
    padding: 0 0;
    margin: 0 auto;
}

a{
    color: black;
    text-decoration: none;
}

.header {
    overflow: hidden;
    /*background-color: dodgerblue;*/
    display: flex;
    color: white;
    height: 300px;
}

.header a {
    margin-left: auto;
    justify-content: flex-end;
}

.header img {
    padding: 20px;
    height: 150px;     
    border-radius:50%;
}

.header h2{
    align-self: flex-end;
}

.content {
    height: 70vh;
}

.footer {
    border-radius: 10px 10px 0 0;
    padding: 20px;
    background-color: black;
    color: white;
    height: 200px;
}

h1 {
    font-family: Roboto7;
}

h2 {
    font-family: Roboto7;
}

@font-face{
    font-family: Roboto3;
    src:url('../Fonts/Roboto3.ttf') format('truetype');
}

@font-face{
    font-family: Roboto7;
    src:url('../Fonts/Roboto7.ttf') format('truetype');
}

@font-face{
    font-family: Univers LT Std;
    src:url('../Fonts/UniversLTStd-LightCn.otf') format('embedded-opentype');
}

@media screen and (max-width:960px) {
    #wrapper{
        width: 90%;
    }
    #header{
        height: 200px;
    }
    #headerContent{
        height: 200px;
    }
}

@media screen and (max-width:660px) {


}

@media screen and (max-width:460px){

}

@media only screen and (orientation: landscape) {


}

@media only screen and (orientation: landscape)and (max-width:660px) {

}