body{
    margin: 0%;
    padding: 0%;
    background: url('space.jpg') no-repeat center center fixed;
    background-size: cover;
}
.container{
    white-space: nowrap;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 40px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
#line{
    border: none;
    border-bottom: 1px solid white;
    width: 20%;
    margin: auto;
}