body{
    margin: 0;
}
.gradient1 {
    background-image: linear-gradient(45deg, rgba(2,0,36,1) 0%, rgb(110, 35, 160) 20%, rgb(0, 87, 90) 100%);
    /* background: rgb(2,0,36); */
    background-repeat: no-repeat;
}

h1 {
    color:white;
    text-align: center;
    font-family: 'Verdana';
    margin-top: 0px;
    margin-bottom: 0px; 
    font-size: 80px;
}


div.mask {
    -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 100%);
    mask-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,1) 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 40%;
}

.mask > img {
    width: 100%;
    display: block;
}

img.logo {
    width: 45%;
    height: auto;
    position: absolute;
    top: 100px;
    left:8%;
}

div.title {
    margin: 100px auto 100px auto;
    width: 35%;
    height: 30%;
}

div.column {
    float: left;
    width: 50%;
}

div.row:after {
    content: "";
    display: table;
    clear: both;
}


h2,h3 {
    color:white;
    text-align: center;
    font-family: 'Arial black';
}

p {
    font-family: 'Courier New';
    font-size: 23px;
    color:white;
    text-align: left;
    margin: 15px; 
}
img.showcase {
    display: block;
    width: 816px;
    max-width: 90%;
    margin: 10% auto ;
    border-radius: 5px;
}

hr {
    border: 1px solid rgba(131, 131, 131, 0.4);
    margin: 15px 45px 15px 45px;
}

a.button {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: green;
    border: solid 2px darkgreen;
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
}