@charset "UTF-8";

/* CSS rules go below */

body{
    width:100%;
    height:auto;
}

div.page-content{
    width:100%;
    height:auto;
    padding:0.5rem;
    box-sizing: border-box;
}

p.cornflowerblue{
    color:cornflowerblue
}
p.cornflowerblue:hover{
    color:crimson
}

p.crimson{
    color:crimson
}
p.crimson:hover{
    color:cornflowerblue
}

p#greenyellow{
    color:greenyellow
}

div.a{
    position: abxxxxx;
    top:10rem;
    right:0rem;
    padding:1rem;
}