main{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    padding: 0;
    margin: 0 2em 0;
    min-height: 26em;
}

.main-content{
    
    border-radius: 10pt;
    min-width: 20em;
    width: 24em;
    min-height: 22em;
    height: 24em;
    background-color: cornflowerblue;
}

.maintitle{
    display: flex;
    font-size: 20pt;
    font-weight: bold;
    background-color:rgb(78, 129, 224);
    height: auto;
    width: auto;
    justify-content: center;
    justify-self: center;
}
