
* {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

.headerh {
    font-size: 55px;
}

.quarterimg {
    width: 25%;
}

.ortala {
    display: flex;
    justify-content: center;
}

.index {
    font-size: 18px;
    font-weight: 500;
}

.textgreen {
    color: rgb(39, 133, 100);
}

.textred {
    color:red;
}

.borderbottom {
    border-bottom: 6px solid rgb(3, 25, 132);
    margin-bottom: 10px;
}

.baslik {
    background-color: rgb(0, 255, 145);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.mtop {
    margin-top: 10px;
}

.mbot {
    margin-bottom: 10px;
}

.iconimg {
    width: 7%;
}

.smallimg {
    width: 10%;
}

.gotop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: -450px;
    z-index: 299;
}

.pb-10 {
    padding-bottom: 10px;
}

.halfimg {
    width: 50%;
}

.fullwidthimg {
    width: 100%;
}

.img40 {
    width: 40%;
}