@import url('https://fonts.googleapis.com/css2?family=Pridi:wght@200;300;400;500;600;700&display=swap');

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

.content {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.displaypic {
    text-align: center;
    padding-top: 10px;
}

.displaypic img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: solid 1px #0000F2;
    border-radius: 50%;
    background: #00BAFF;
}

.links ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    height: 75px;
}

.links li {
    display: inline-block;
    list-style-type: none;
    padding: 8px;
    font-size: 40px;
    max-width: 80px;
    overflow: hidden;
}

.links a:link, .links a:visited {
    color: #2D2419;
}

.links a:hover, .links a:focus {
    color: #0000F2;
}

a:link, a:visited {
    color: #0000F2;
}

a:hover, a:focus {
    color: #00BAFF;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Pridi';
}

body {
    background: #FFFFFF;
    background-image: url("concrete_seamless.png");
    color: #2D2419;
}

.container h1 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin: 0px;
    padding: 0;
}

.container h2 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    margin: 0px;
}

.container h3 {
    text-align: left;
    font-weight: 200;
    font-size: 24px;
    margin: 0px;
}
