@import url('https://fonts.googleapis.com/css2?family=Lato&family=Nanum+Gothic&family=Open+Sans:wght@300;400&family=Poppins:wght@300&display=swap');

.button {
    font-family: 'Nanum Gothic', sans-serif;
    background-color: white;
    border: none;
    padding: 2px 2px;
    opacity: 0.6;
    transition-duration: 0.4s;
}

    .button:hover {
        background-color: white;
        border: 2px;
        opacity: 1;
    }

.body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: blue;
}

.input-group {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: dodgerblue;
}

.ti {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: darkmagenta;
}

.l1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: blueviolet;
    
}

.l2 {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 22px;
    color: royalblue;
    
}

.l3 {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 22px;
    color: indianred;
    
}

.bimg {
    margin-left: -232px;
    z-index:1;
}


#bimg2 
{
    background-image: url("../../etest/img/anchor1.png");
    background-position: right center;
    background-repeat: no-repeat, repeat;
}
