.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;
    padding: 30px;
}

.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;
}

.pic1 {
    float: left;
    width: 30%;
    padding: 0 20px 20px 0;
}

.pic2 {
    float: right;
    padding: 0 0 20px 20px;
    width: 30%
}

.pic345_parent {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pic345 {
    padding: 5px;
    width: 30%;
}

.pic6 {
    float: left;
    width: 20%;
    padding: 0 20px 20px 0;
}

.pic12 {
    float: left;
    width: 300px;
    height: 213px;
    padding: 0 20px 20px 0;
}