@charset "UTF-8";

* {
    font-family: 'Nunito', sans-serif;
    position: relative;
    transition-duration: 0.5s;
    font-size:3.5vw;
}

html, body {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: start;
}

body {
    background-color: #Fff;
}
.imgetitle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
}

.backwall {
    width: 100vw;
    background-color: #12B8FF;
    border-radius: 30px;
    height:100vh;
    transition-duration: 0.5s;
    margin-top: 5vw;
    display: flex;
    justify-content: center;
}

.icontext {
    vertical-align: middle;
    display: inline;
    transition-duration: 0.5s;
    width: 7vw;
}
h1 {
    transition-duration: 0.5s;
    font-size: 6vw;
    margin-bottom: -4vw;
}

h5 {
    transition-duration: 0.5s;
    font-size: 4vw;
    margin-bottom: -4vw;
}
h4 {
    transition-duration: 0.5s;
    font-size: 4.5vw;
    margin-bottom: -1vw;
    vertical-align: middle;
    margin-top: 1vw;
    margin-left: 1vw;
}
h2 {
    transition-duration: 0.5s;
    font-size: 3vw;
    color:cornflowerblue;
    margin-bottom: -1vw;
    margin-top: 5vw;
}


.wrap {
    transition-duration: 0.5s;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #Fff;
    margin: 0 auto;
}
