*{
    margin: 0;
    padding: 0;
}

body{
    background: #78a5df;
    font-family: Arial;
}

.wrapper{
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-text{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}

.wrapper-text h1{
    font-size: 50px;
}

.wrapper-text img{
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 10px;
}

.line{
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom: 3px solid white;
}

.text{
    display: inline-block;
}