@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz@8..60&family=Source+Sans+Pro:wght@400&display=swap');

* {
    margin: 0;
}

body {
    margin: 0;
    width: 100%;
}

code {
    padding: 3px;
    background-color: #fefefe;
    border-radius: 3px;
}

.myself {
    width: 25%;
    height: auto;
}

.content {
    width: 50%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4;
    text-align: justify;
    color: #323232;
    background-color: #fefefe;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif 4', serif;
}

u {
    text-decoration-style: wavy;
}

a {
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    font-family: monospace;
    background-color: #ffccaa;
    color: #222;
    padding: 3px;
    border-radius: 3px;
}

a:hover {
    background-color: #eebb99;
}

@media only screen and (max-width: 768px) {
    .content {
        width: 90%;
    }
    .mascot {
        width: 60%;
        height: auto;
    }
    .main_date {
        display: none;
    }
}
