/* GENERAL */
body{
    font-family: 'Raleway';
    box-sizing: border-box;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: justify;
    scroll-margin-block: 0;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
.remove{
    display: none;
}
.opacity{
    opacity: 0;
}



.phase1, .phase2{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    height: 200px;
    width: 200px;
    opacity: 100;
    transition: opacity 0.5s;
}
img:hover{
    cursor: pointer;
}

.h1_one{
    font-size: 2em;
    font-weight: 500;
}
.h1_two{
    font-size: 10em;
}
.h1_three{
    color: red;
    font-weight: 500;
}