* {
    margin: 0;
    padding: 0;
    border: 0;
}

button{
    background-color: transparent;
}

:root {
    --whiteTransparentButton: rgba(120, 120, 120, 0.4);
    --blackTransparentButton: rgba(4, 7, 11, 0.2);
    --buttontext: rgba(255, 255, 255, 1);
    --background: rgba(40, 38, 38, 1);
    --linebreak: rgba(69, 67, 67, 0.2);
}

hr {
    background-color: var(--linebreak);
    margin: 10px 0;
    height: 2px;
}



p, h1, h2, h3, h4, h5,button,span{
    font-family: 'Poppins', sans-serif;
    color: white;
}

p{
    font-size: 13px;
}

h5{
    font-weight: 300;
    font-size: 14px;
}

h4{
    font-weight: 300;
    font-size: 15px;
}

h2{
    font-size: 24px;
}

#a-textwrapper{
    color: inherit;
    text-decoration: inherit;
}

#a-textwrapper:hover{
    color: inherit;
    text-decoration: inherit;
}