@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');


img {
    width:200px;
    height: 200px;
    margin-top: -2%;
    z-index: -1;
}
h1 {
    font-family: poiret one;
    text-transform: uppercase;
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

p {
    font-family: poiret one;
    text-align: center;
    color: #fff;

}

/*#header {
    font-family: overpass;
    width: 175px;
    background-color: #424a50;
    border: solid #509fe8 2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 10px 0;
}
#footer {
    width: 124px;
    height: 74px;
    border-radius: 10px 0px 0px 0px;
    border-left: 2px solid #509FE8;
    border-top: 2px solid #509FE8;
    background-color: #424A50;
    position: relative;
    left: 67.6%;
    margin-top: 4%;
    color: white;
    text-align: center;
} */

h2 {
    font-family: overpass;
    font-size:26px;
    font-weight: 300;
    color: white;
    text-align:center;
    margin-top: 0;
    padding-top: 10%;
}

body {
    background-color: #424a50;
    width: 390px;
    margin: auto;
    border: 0.2px #373e42 solid;
    border-top: 0;
    border-bottom: 0;
}

.button {
    font-family: overpass;
    color: #fff;
    border: none;
    font-size: 16px;
    background-color: inherit;
    text-transform: uppercase;
}

.link-way:hover {
    
    background-color: #69b4fa; 
}

button:hover {cursor: pointer;}

.blue-line { 
    height: 5px;
    width: 100%;
    background-color: #509fe8; 
}

.white-line {
    height: 5px;
    width: 100%;
    background-color: #fff;
    margin-top: 1%;
}
#main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: overpass;
    gap: 30px;
    margin-bottom: 3%;
}

.link-way  {
    text-decoration: none;
    color: #525354;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.link-way {
    border-radius: 10px;
    background: #FFF;
    width: 230px;
    height: 50px;
    text-align: center;
    box-shadow: 1px 1px 10px #000;
}

#drop-down {
    background-color: transparent;
    border: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}