
* {
    box-sizing: border-box;
}

html {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background-color: rgb(31, 31, 31);
}

body {
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 575px;
    height: 350px;
    text-align: center;
    margin: 64px auto;
}

header {
    padding-top: 8px;
}

#card-text {
    background-color: rgb(208, 216, 248);
    width: 525px;
    height: 300px;
    line-height: 18px;
    font-size: 16px;
    text-align: left;
    border: 2px solid rgb(0, 64, 248);
    padding: 32px 16px;
    margin: 8px auto;
}

.name {
    font-size: 18px;
}

.title {
    font-size: 14px;
    font-style: italic;
    letter-spacing: -0.5px;
}

.title, .web {
    color: rgb(0, 64, 248);
}

canvas, img {
    position: absolute;
    top: 48px;
}

canvas {
    right: 42px;
}

img {
    right: 195px;
    width: 48px;
    border-right: 1px solid rgb(0, 0, 0);
    padding: 20px 14px 18px 14px;
    opacity: 1;
}

