body{
    background-color: rgb(43, 51, 104);
    
}
.main{
    text-align: center;
    color: white;
    display: block;
    margin: 64px auto 64px auto;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
img{
    display: block;
    margin: 64px auto 64px auto;
    width: 640px;
}
.lower{
    padding-top: 64px;
    font-weight: 100;
    font-size: small;
}