*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    overflow: hidden;
}

.transition-div{
    height: 100vh;
    width: 100%;
    background-color: rgb(32, 32, 32);
    position: fixed;
    top: 0;
    left: 0;

    transform: scaleX(0);
}

.animation-wrapper{
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn{
    background-color: rgb(255, 255, 106);
    margin: 1rem;
    padding: 0.75rem;
    text-decoration: none;
    color: rgb(31, 31, 31);
    font-size: 1.25rem;
}
