.main {
    background: rgb(146,245,250);
    background: linear-gradient(0deg, rgba(146,245,250,1) 0%, rgba(219,219,235,1) 72%, rgba(255,255,255,1) 100%);
    min-height: 100vh;
}

.title {
    padding: 50px;
    text-align: center;
}

.center {
    text-align: center;
}

.mastersList {
    padding: 20px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mastersList a {
    text-decoration: none;
}

.mastersThumb {
    width: auto;
    height: 100px;
}

.mastersList img {
    width: inherit;
    height: inherit;
}

.mastersList .description {
    margin-left: 50px;
    height: 100px;
    vertical-align: middle;
    line-height: 100px;
}

/********** pages *************/
.mainImage {
    width: 250px;
}

.mainStory {
    padding: 20px 100px;
}

.manyImages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px 30px;
}