@font-face {
    font-family: 'HK Grotesk';
    src: url("../assets/fonts/HKGrotesk-Regular.otf") format("opentype");
}

html{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

body{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

*{
    font-family: 'HK Grotesk';
}

#col-1{
    height: 100vh;
    background-image: url('../assets/pw-img.jpg');
    background-position: center center;
    background-size: cover;
}

#col-2{
    height: 100vh;
    background-image: url('../assets/ev-img.jpg');
    background-position: center center;
    background-size: cover;
}

#col-3{
    height: 100vh;
    background-image: url('../assets/pw-donna.jpg');
    background-position: center center;
    background-size: cover;
}

#link-btn{
    border:1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

#link-btn:hover{
    background:#ffffff;
    color: #000000;
}

#logo{
    max-height: 100px;
}

#market1{
    text-align: center;
}