*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Geometria;
    transition: all 0.8s;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.bold{
    font-weight: bold;
}

a.bold{
    color: white;
    text-decoration: underline;
}

.right{
    text-align: right;
}