@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('woff2');
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
    font-family: guru-300;
    src: url(../fonts/Teko-Light.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}

.landing-app-design{
    background-color: black;
    display: flex;
    padding-top: 2em;
    padding-bottom: 7em;
}
.half-width{
    width: 50%;
    color: white;
}
.self-cnter{
    align-self: center;
}
.half-width .img{
    width: 100%;
    text-align: center;
}
.half-width .img img{
    width: 50%;
}
.img-1 img{
    height: 375px;
    width: 500px;
}