@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@200;400;500;700&display=swap");

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html{
    font-family:"Open Sans", sans serif;
    scroll-behavior: smooth;
    font-size: 10px;
}

a{
    text-decoration: none;
}

body{
    overflow-x: hidden;
}

.row{
    display:flex;
}

.column{
    display:flex;
    flex-direction: column;
}
