
html, body{
    margin: 0;
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    overflow: hidden;
    height: 100%;
}

header{
    height: 100px;
    background-color: rgb(224, 224, 224);
}

#pfp_shape{
    width: 80px;
    height: 80px;

    background-color: rgb(0, 0, 0);
    border-radius: 80px;

    position: absolute;
    top: 10px;
    left: 10px;
}

#pfp{
    width: 75px;
    height: 75px;

    background-color: rgb(0, 0, 0);
    border-radius: 80px;

    position: absolute;
    top: 12.5px;
    left: 12.5px;
}

.names{
    font-size: x-large;

    position: absolute;
    left: 95px;
    top: 20px;
}

