@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');

.about-us{
    color: #ffffff;
    width: 80%;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 150px;
    font-family: "Playfair Display", serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 2rem;
}

@media (max-width: 400px) {
    .about-us{
        display: flex;
        align-items: start;
    }
}

.about-us p{
    font-size: 1.5rem;
}

#valentine .lines p {
    width: 450px;
}

#valentine .lines img{
    margin-top: 20px;
    height: 50px;
    width: 200px;
}

@media (max-width: 400px) {
    #valentine .lines{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    #valentine .lines h1{
        font-size: 30px;

    }
    #valentine .lines p {
        width: 360px;
    }
    .about-us p {
        font-size: 20px;
    }
}