html {
    background-color: #18191B;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    padding: 20px;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

a {
    color: skyblue;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
}

a.sns-link .link-text {
    text-decoration: underline 1px;
}

a.sns-link .link-text:hover {
    text-decoration: none;
}

h1,
li {
    margin: 10px;
    color: #FFFFFF;
    font-family: "Poppins";
    font-weight: 600;
}

h2 {
    margin: 10px;
    color: #FFFFFF;
    font-family: "Poppins";
    font-weight: 600;
}

p {
    margin: 10px;
    color: #e1e1e0;
    font-family: "Poppins";
}

.title {
    position: fixed;
    width: 100%;
    margin-top: -20px;
    margin-left: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 200;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    background-color: darkslateblue;
}

a.exchange {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 20px;
    border: #FFFFFF 1px solid;
    border-radius: 5px;
    padding: 0px 5px 1px 5px;
    text-decoration: none;
}

a.exchange:hover {
    border-color: #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}

.page-title {
    margin: 120px 0px 80px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}

.main-text {
    margin: 0px 0px 30px 0px;
    margin-left: 100px;
    text-align: left;
    font-size: 18px;
    font-weight: 350;
    line-height: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sns-link {
    margin: 100px 0px 30px 0px;
    margin-left: 100px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
}

a.sns-link::after {
    content: "open_in_new";
    font-family: 'Material Symbols Outlined';
    font-size: 14px;
    margin-left: 2px;
}

a#copy-email::after {
    content: "content_copy";
    font-family: 'Material Symbols Outlined';
    font-size: 14px;
    margin-left: 2px;
}

/* works.html */

.main-text.works {
    margin: 0px 0px 0px 0px;
    margin-left: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
}

/* normalize.css */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    appearance: textfield;
    outline-offset: -2px;
    /* 2 */
}