* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main img {
    width: 60%;
}

.main h1 {
    padding: 0px;
    font-weight: 900px;
}

#t1 {
    color: #0E4194;
}

#t2 {
    color: #C51927;
}