@charset "UTF-8";

h2 {
    font-size: 2rem;
    margin: 4rem 1%;
    text-align: center;
}

.Xurl{
    color:#70769b;
}

p{
    font-family: serif;
    line-height: 1.9;
    margin: 2rem 1%;
    font-size: 1.5rem;
    white-space: pre-line;
}

.blogLink {
    line-height: 1.9;
    padding-top: 3%;
    font-size: 1.5rem;
    white-space: nowrap;
    color: #70769b;
}

input {
    color: #432;
    text-decoration: none;
}

input:hover {
    color: #f0821e;
}

@media (max-width: 800px) {
    
    html {
        font-size: 100%;
    }

    h2{
        text-align: center;
        font-size: 1.5rem;
    }

    .blogLink {
        font-size: 1rem;
    }

    span{
        margin-left: 3rem;
    }
    span:after {
        content: "A" ;
        white-space: pre;
    }
}