.yapim_logo{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 126px);
}
.yapim_logo img{
    /* transform: scale(0.7); */
}
.yapim_sirket{
    font-size: 70px;
    /* margin:0 auto; */
    margin-bottom: 20px;
}
.yapim_yazi{
    text-align: center;
    width: 100%;
    top: 35%;
    position: absolute;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}
.yapim_not{
    margin: 0 auto;
    font-size: 35px;
    font-weight: 500;
}
#site_yapim{
    height: 100vh;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
    background: url(../../images/yapim.png);
}
body{
    margin: 0 !important;
    overflow: hidden;
}