@font-face {
    font-family: IBM_Med;
    src: url(fonts/3270-Medium\ 500.ttf);
}

@font-face {
    font-family: clacon;
    src: url(fonts/clacon.ttf);
}

@font-face {
    font-family: exo;
    src: url(fonts/Exo-VariableFont_wght.ttf);
}

@font-face {
    font-family: play;
    src: url(fonts/Play-Regular.ttf);
}

.dark-mode {
    color: #ffffff;
    background-color: #121212;
    opacity: 87%;
}

body {
    margin: 0em;
    padding: 5vh 10vw;
    font-family: play;
}

.hello {
    font-weight: bolder;
    font-size: 80px;
    text-align: left;
    padding: 0em;
}

.secTittle {
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    padding: 0em;
}

.paragraph {
    font-size: 16px;
}
