body{
    height: 100%;
    align-content:center;
    justify-content: center;
    display: flex;
    background-color: #090e34;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-position-x: 100%;

}

.container {
    position: absolute;
    top: 20%;
    width: 100%
}

.main {
    color: white;
}

.main b{
    font-size: 24pt
}

.main span {
    font-size: 18pt
}

.btn{
    border-radius: 10px;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: #21b4bb;
    color: #fff;
    font-weight: bolder;
    font-size: 25px;
}
.container {
    width: 50%;
}
.container img {
    width: 16%;
}

@media (max-width:1000px) {
    .container img {
        width: 30%;
    }
    .main b{
        margin-top: 3rem;
        display: flex;
        width: 100%;
        font-size: 35pt;    }
    .main span {
        font-size: 30pt
    }
    .btn{
        width: 50%;
        font-size: 45px;
    }
}
