@font-face {
    font-family: 'Univers-cd';
    src: url('../thihamz.github.io/assets/fonts/univers-condensed-webfont.woff2') format('woff2'),
         url('../thihamz.github.io/assets/fonts/univers-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers-Bold-cd';
    src: url('../thihamz.github.io/assets/fonts/univers-condensedbold-webfont.woff2') format('woff2'),
         url('../thihamz.github.io/assets/fonts/univers-condensedbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    padding: 50px;
    background-color: black
}

.container {
    border: solid 1px transparent;

    display: flex;
    flex-direction: column;
}

.text {
    border: solid 1px transparent;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    
}

.image {
    width: 50%;
    height: 800px;

    overflow: hidden;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    position: absolute;
    top: 15em;

    mix-blend-mode: exclusion;
}

img {
    width: 100%;
    height:auto;
}

.circle {
    width: 150px;
    height: 150px;
    background-color: white;
    border-radius: 50%;
}

.circle:hover {
    width: 150px;
    height: 150px;
    background-color: blue;
    border-radius: 50%;
}

.title {
    border: solid 1px transparent;

    font-family: Helvetica, sans-serif;
    font-style: 700;
    font-size: 30vw;
    color: white;
    margin-top: 10%;
    margin-bottom: 0;
}

.body-text {
    border: solid 1px transparent;

    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 2em;
    line-height: 1em;
    color: white;
    text-align:left;
    line-break: normal;
    padding-left: 0.5em;
}