body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0,212,255,1) 100%);
}

.contain01 {
    width: 100%;
    height: auto;
}


.titleP {
    width: 90%;
    height: auto;
    color: white;
    font-family: oswald-extralight;
    font-size: 7vw;
    margin: 30px 0 0 50px;
    font-weight: lighter;
}

.paraP {
    width: 90%;
    height: auto;
    color: white;
    font-family: oswald-extralight;
    font-size: 4vw;
    margin: 30px 0 0 50px;
    font-weight: lighter;
}

.paraP2 {
    width: 90%;
    height: auto;
    color: white;
    font-family: oswald-extralight;
    font-size: 2vw;
    margin: 30px 0 0 50px;
    font-weight: lighter;
}

.linkStyle {
    width: 100%;
    height: auto;
    color: white;
    font-family: oswald-extralight;
    font-size: 3vw;
    margin: 30px 0 0 50px;
    font-weight: lighter;
}

.linksL {
    display: block;
}


@font-face {
    font-family: oswald-light;
    src: url(fonts/Oswald-Light.ttf);
}

@font-face {
    font-family: oswald-extralight;
    src: url(fonts/Oswald-ExtraLight.ttf);
}
