h1 {
    color: aqua;
    text-align: center;
    font-size: 40px;
    margin-top: 100px;
}
.cbg
{
   background-image: url("../images/background2.jpg");
   background-size: cover;
   
}
h2 {
    color:aqua;
    text-align: center;
    font-size: 40px;
    font-family: 'JejuHallasan', sans-serif;
}
h3 {
    color: aqua;
    text-align: center;
    font-family: 'JejuHallasan', sans-serif;
    font-size: 100px;
    font-weight: 700;
    margin-top: 450px;
}
.ex1 {
    text-align: center;
    font-size: 25px;
    color:aqua;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.instbutton {
    
    color: aqua;
    margin-right: 0px;
}

button{
    display: flex;
    width: 240px;
    height: 114px; 
    justify-content: center;
    align-items: center;
    font-family: 'JejuHallasan';
    font-size: 40px;
    color:purple;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; 
    gap: 12px;
    flex-shrink: 0;
    border-radius: 999px;
    background: aqua;
    box-shadow: 0px 5px 15px 0px rgba(37, 44, 97, 0.15), 0px 2px 4px 0px rgba(136, 144, 194, 0.20);
    margin-left: 598px;
    margin-right: 598px;
    margin-top: 200px;
}
a:link {
    
    text-decoration-line: none;
    
}
a:hover {
   text-decoration: underline;
   text-decoration-color: aqua;

}
a.other {
    text-decoration-line: none;
}

button:hover {
    font-size: 150%
}
.inst {
    color: aqua;
    position:fixed;
    left: 1410px;
    
}
.inst:hover {
    text-decoration: underline;
    text-decoration-color: aqua;
}
.instbutton:hover{
    text-decoration: underline;
    text-decoration-color: aqua; 
}
.answerbox {
    width: 320px;
    height: 100px;
    padding: 10px;
    border: 5px solid aqua;
    margin-left: 537px;
    margin-top: 25px;
    text-align: center;
    font-size: 80px;
    color: aqua;
    
}

button.test:hover {
    font-size: 150%;
}
.settings {
    width: 400px;
    height: 250px;
    border: 5px solid aqua;
    text-align: center;
    font-size: 30px;
    padding: 20px;
    margin-left: 480px;
    color: aqua;
    font-family: 'JejuHallasan', sans-serif;
}
.settingbox {
    color: aqua;
    margin-left: 100px;
}
img.trophy{
    
    width: 256px;
    height: 256px;
    position: fixed;
    left: 584px;
    top: 50px;
}
.home {
    color: aqua;
}
.home:hover{
    text-decoration: underline;
    text-decoration-color: aqua; 
}
button.test{
    margin-top: 40px;
}
.instbox {
    width: 500px;
    height: 300px;
    border: 5px solid aqua;
    padding: 5px;
    border-radius: 10px;
    position: fixed;
    left: 460px;
    font-family: 'JejuHallasan', sans-serif;
}
@font-face {
    font-family: 'JejuHallasan';
    src: url('../fonts/JejuHallasan.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}