body {
    text-align: center;


}


#logomsu {
    display: flow-root;
    font-size: 4vw;
    color: 	#30b4c9;
    margin-top: 10vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#bilgiler {
    width: 60vw;
    display:block;
    text-align: center;
    border-radius: 10px;
    height:fit-content;
    margin-top: 3vw;
    background-color: 	#30b4c9;
    justify-content: center;
    margin-inline: auto;
}

#pht1 {
    width: 60vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: fit-content;
}

#social {
    margin-top: 5vh;
    margin-left: 1vw;
    text-align: left;
}

.soc {
    width: 4vw;
    margin-left: 1vw;
    margin-right: 1vw;
}

#iletisim {
    color: white;
    margin-top: 2vh;
    display: block;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2vw;
}

#adres {
    color: white;
    margin-top: 2vh;
    display: block;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2vw;
}

#adres a {
    color: white;
}