.firstParagraph {
    display: flex;
    align-items: left;
    gap: 8px; /* Öğeler arasına boşluk bırakır */
    flex-direction:row;
    align-items:center;
    vertical-align:center;
}

.hash {
    font-size: 4vw; /* Ekran genişliğine göre dinamik font */
    font-weight: 400;
    color: #4036ee;
}

h2 {

     color:#FD6868;
    
}

.underscore {
    font-size: 4vw;
    font-weight: 900;
    color: #4036ee;
}

#motto{
    display:flex;
    flex-direction:row;
}

#mottoText{
    font-size:34px;
    color:white;
    font-weight:200;
}

.quotes{
    width:60%;
}

.section4{
    padding-bottom:3%;
}
