html, body {
    height:80%;
    width:100%;
    margin:0;
    padding:0;
    align-items: center;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.top {
    padding-bottom: 1vh;
}

.logo {
    color: #D8D8D8;
    font-family: Bakbak One;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    text-align: center;
}


.main {
    width: 80%;
    height: 100%;
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    margin: auto;
}

.wordContainer {
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    text-align: center;
    padding-bottom: 10vh;
    padding-top: 5vh;
}

.date {
    color: #000;
font-family: Inter;
font-size: 2.5vh;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.word {
    color: #000;
font-family: Inter;
font-size: 5vh;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 1vh;
}

.phonetic {
    color: #999;
font-family: Inter;
font-size: 2.8vh;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.defContainer {
    padding-left: 20%;
    padding-bottom: 5vh;
}

.wordType {
    color: #999;
font-family: Inter;
font-size: 2.5vh;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: left;
padding-bottom: 1vh;
}

.def {
    color: #000;
font-family: Inter;
font-size: 2.5vh;
font-style: normal;
font-weight: 500;
line-height: normal;
width: 100%;
text-align: left;
}

.exampleContainer {
    padding-left: 20%;
    padding-bottom: 20%;
}

.exampleTitle {
    color: #999;
font-family: Inter;
font-size: 2.5vh;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: left;
padding-bottom: 1vh;
}

.example {
    color: #000;
font-family: Inter;
font-size: 2.5vh;
font-style: italic;
font-weight: 400;
line-height: normal;
width: 100%;
text-align: left;
}

.footer {
    
}

.author {
    color: #0094FF;
font-family: Inter;
font-size: 2.5vh;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.sourceContainer {
}

.source {
    color: #C7C5C5;
font-family: Inter;
font-size: 2vh;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
padding: 0.5%;
}

