@font-face {
    font-family: "Comic";
    src: url('../font/comic.ttf');
}

@font-face {
    font-family: "Comic";
    font-style: italic;
    src: url('../font/comici.ttf');
}

@font-face {
    font-family: "Comic";
    font-weight: bold;
    src: url('../font/comicbd.ttf');
}

@font-face {
    font-family: "Comic";
    font-style: italic;
    font-weight: bold;
    src: url('../font/comicz.ttf');
}

body {
    margin: auto;
    max-width: 1000px;
    min-width: 700px;
    font-family: comic;
    border: solid dodgerblue;
    border-radius: 0 0 10px 10px;
    margin-top: 60px;
    margin-bottom: 20px;
}

header {
    background-color: dodgerblue;
    width: 100%;
    height: 300px;
    color: white;
}

header p {
    margin-left: 20px;
    margin-right: 20px;
}

.topBanner {
    display: flex;
    justify-content: space-between;
}

.topBanner p {
    margin-top: 20px;
    font-size: xx-large;
    margin-bottom: 0;
}

.title{
    margin-bottom: 14px;
}

hr {
    color: white;
    margin-left: 20px;
    margin-right: 20px;
}

.photo {
    margin-top: 20px;
    margin-right: 20px;
    padding: 5px;
    height: 160px;
    width: auto;
    border-radius: 50%;
}

main {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

.column1 {
    width: 30%;
}

.column2 {
    width: 70%;
    border-radius: 0 0 10px 10px;
    margin-right: 10px;
}

table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 40px;
    width: 80%;
}

caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: dodgerblue;
    border-radius: 5px;
    color: white;
    width: 100%;
    height: 40px;
}

td {
    padding: 10px 10px 0 0;
}

.left {
    text-align: center;
}

aside{
    padding-bottom: 40px;
}

aside p {
    margin: 7px 5px 0 5px;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: dodgerblue;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
    color: white;
    width: 80%;
    height: 40px;
}

.logo {
    font-size: xx-large;
    padding-right: 60px;
}

.logoHtml {
    color: #DD622A;
}

.logoCss {
    color: #2862E9;
}

.logoJs {
    color: #F7D724;
}

.logoNode {
    color: #7CB702;
}

.logoPhp {
    color: #6B7EB7;
}

.logoMysql {
    margin-top: -10px;
}

.circle {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #2862E9;
    border: #2862E9 solid 1px;
    display: inline-block;
    margin-right: 5px;
}

.circle1 {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: #2862E9 solid 1px;
    display: inline-block;
    margin-right: 5px;
}

.back {
    position: absolute;
    top:10px;
    right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 10px;
    border: solid dodgerblue 0.5px;
    text-decoration: none;
    font-family: Comic Sans MS, Comic;
    color: dodgerblue;
    font-size: 10px;
}