#content{
    margin: 0 auto;
    position: relative;
}

.image{

}

h1{
    font-family: 'Arial';
    color: #015e9e;
    font-size: 3.35rem;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c6c7c8;
    display: inline-block;
}
sup{
    font-size: 1.7rem;
}

.container{
    width: 530px;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 580px){
    .container{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        max-width: 100%;
        padding: 2rem;
        margin-right: auto;
    }
    h1{
        font-size: 2rem;
        width: 100%;
    }
    sup{
        font-size: 1rem;
    }
    .image{
        width: 100%;
    }
}