@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
a {
    color: black;
    text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
}

header {
    background-color: white;
    padding: 5px 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    justify-content: start;
    align-items: center;
    display: flex;
}

header h1{
    margin: 10px 0;
}

.title {
    text-align: center;
    margin-bottom: 5vh;
}

footer {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
}

.footer-copy{
    margin-right: auto;
}

.github{
    display: flex;
    text-decoration: underline;
    margin: 0 20px;
    padding: 0 20px;
    align-items: center;
}

.github-img{
    width: 20px;
    height: 20px;
}