@font-face {
    font-family: 'Roboto';
    src: url('path/to/Roboto-Regular.woff') format('woff'),
         url('path/to/Roboto-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular weight */
  }

body {
    display: flex;
    justify-content: center;
    background-image: url('bg.svg');
    background-repeat: repeat;
    padding: 30px;
}

center {
    width: 640px;
}

.mainContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    height: auto;
}

.logoContainer {
    margin-top: 10px;
    width: auto;
}

.trademarkContainer {
    margin: 20px;
    margin-top: 26px;
    width: auto;
    font-size: 11px;
    font-family: 'Roboto', sans-serif; 
}

.disclaimer {
    margin: 50px;
    margin-top: 26px;
    width: auto;
    font-size: 9px;
    font-family: 'Roboto', sans-serif; 
}