<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-img{
    width: 100%;
    border-radius: 0.4rem;
}
.link{
    text-decoration: none;
    font-size: 0.5rem;
    width: 5rem;
    padding: 0.3rem 0.8rem;
    color: grey;
    border: 1px solid grey;
}
.link:hover{
    text-decoration: none;
    color: grey;
}
p{
    text-align: justify;
    font-size: 1.2rem;
}
.mb-5{
    margin-bottom: 5rem !important;
}
html{
    overflow-y: scroll;
  scroll-snap-type: y mandatory;
}
.scroll{
    min-height: 100vh;
    scroll-snap-align: center;
}
.one,.two{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 600px){
    p{
        font-size: 1.8rem;
    }
    .one{
align-self: flex-end;
margin-bottom: 2rem;
    }
    .two{
        align-self: flex-start;
    }
}
</pre></body></html>