
body{
    height: 100vh;
    background-color: #f7f5f2;
}

.container{
    font-family: "Dosis", sans-serif;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    color: #000;
    text-align: center;
}

h1{
    font-size: 60px;
    letter-spacing: 15px;
}

hr{
    width: 50%;
    margin: 30px auto;
    border: 1.5px solid #000;
}

p{
    font-size: 20px;
    margin-bottom: 30px;
}

#launch{
    font-size: 40px;
    word-spacing: 20px;
}