body {
    color: #0277BD;
    background: #FAFAFA;
}

main {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    justify-content: center;
    padding: 0 30px;
    text-align: center;
    
}
.header {
    font-family: 'Reem Kufi', sans-serif;
    font-size: 6em;
    font-weight: 600;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    
}
.center div + div {
    margin-left: 30px;
}
.image-cropper {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper span {
    position: absolute;
    bottom: 0;
    right: 0;
}
.rounded {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

extra {
    padding: 5px;
    font-size: 1em;
    position: fixed;
    bottom: 0;
}

.socials a {
    color: #0277BD;
}