

body {
    margin: 0px;
}
.OUTSITE {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0%;
    background-image: url(./BG.jpg);
    background-size: cover;
    z-index: 3;
    left: 0%;
    box-shadow: inset 0px 0px 0px 5000px #00000088;
}
.CONTAINER{
    height: auto;
    padding: 20px;
    border-radius: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}
.CONTAINER > * {
    margin: 0px;
}
.CONTAINER > h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.CONTAINER > h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 10px;
}
.CONTAINER > div {
    display: flex;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.CONTAINER > div > span {
    width: 10%;
    color: white;
    line-height: 0px;
}
.CONTAINER > div > div {
    width: 45%;
    height: 3px;
    border-radius: 10px;
    background-color: white;
}
.CONTAINER > p {
    font-size: 16px;
    color: white;
    margin-top: 30px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}