@media only screen and (max-width: 450px) {
    .about {
        width: 100% !important;
        right: 0% !important;
        position: relative !important;
    }
  }

::selection {
    background-color: rgb(197, 118, 0);
    color: white;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #b20505;
    font-family: 'Literata', serif;
}

h2, h3, h4, h5, h6 {
    font-family: 'Roboto Mono', monospace;
}

body {
    vertical-align: middle;
}

.centrepiece {
    width: min-content;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pic {
    margin: auto;
}

.pic img {
    height: 250px;
    border-radius: 100%;
}

.about {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
    line-height: 150%;
    display: block;
    width: 150%;
    right: 25%;
    position: relative;
}