* {
    color: #123E70;
    margin: 0%;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url("../img/bodybackground.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-body{
    margin-top: 81px;
}

div#root{
    max-width: 1920px;
    margin: auto;
}