*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100vw;
}
body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.center{
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    flex-direction: column;
    min-height: 70vh;
    margin-top: 30px;
}
.centertop h2{
    font-size: 20px;
    color: #fff;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.centertop{
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
    flex-direction: column;
    min-height: 100vh;
}
.button {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}
.button1 {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 22px 40px;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    max-width: 60vw;

    margin-top: 30vh!important;
    margin-bottom: 10vh!important;
}
p{
    font-size: 20px;
    color: #fff;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}
h1{
    font-size: 50px;
    color: #fff;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.title{
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    min-height: 90vh;
}
.title img{
    width: 100vw;
    height: 20vh;
    margin-top: 100px;

}
.title p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.title ul{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px
}

.title ul li{
    list-style: square;
    margin: 10px;
    font-size: 20px;
    color: #fff;
}


.centertop a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}
.center a{
max-width: 90vw;
height: auto;
margin: 0;
}
.center a > img{
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {

}

.bg-image {
    top: 0%;
    left: 0%;
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
  /* The image used */

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 100%;
  z-index: -1;
    background: linear-gradient(-45deg,#4a86e8,#b535ff), no-repeat;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}