*{
    box-sizing: border-box;
}
body {
    background-image: linear-gradient(90deg,rgb(1, 55, 49), rgb(28, 185, 185), rgb(1, 55, 49));
    font-family: Roboto, sans-serif;
    padding: 0% 5% 5% 5%;
}

h1 {
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
}

h2 {
    color: white;
    font-size: 24px;
    font-size: 1.5 rem;
    text-align: center;

}

.container {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%;
}

.main-logo {
    width: 100%;
    height: auto;  
}

div {
    flex: 1 1;
}

.highlight {
    color: purple;
}
