@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@100;200;300;400;500;700&display=swap");

body {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
html {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    font-size: 10px;
}
a {
    text-decoration: none;
}
.row {
    display: flex;
}
.column {
    display: flex;
    flex-direction: column;
}