/*
 * Stylesheet for Ada's webpage.
 */
body {
    background-image: url('/static/images/paws.jpg');
    background-repeat: repeat;
}

div#content-box {
    margin: 0 auto;
    width: 35%;
    background-color: #fff;
    box-shadow:0 14px 16px 10px rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

div#banner {
    width: 100%;
    min-height: 20em;
    background-image: url('/static/images/banner2.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
}

div#profile-picture-box {
    border-radius: 50%;
    border-size: 10px;
    border-color: #fff
    position: relative;
    margin-top: -5em;
    margin-left: 2em;
    width: 22%;
    background-color: #fff;
}

div#profile-picture {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

div#profile-picture img {
    position: relative;
    border-radius: 48%;
    border-size: 10px;
    border-color: #fff;
    width: 95%;
    margin-top: 0.2em;
}

div#main-content {
    padding: 0 1em;
}
