@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    max-width:100%;
}

body * {
    max-width: 100%;
    box-sizing:border-box;
    margin:0;
    padding:0;
}

header {
    display:flex;
    flex-direction: row;
    row-gap:5vw;
}

footer {
    text-align:center;
}

div.content {
    margin-bottom:50px
}