.background{
    background-image: url('../images/bg.png');
    background-size: cover;
    background-color: rgba(255, 10, 31, 0.709);
    min-height: 100vh;
}
.white-text {
    color: white;
}
.space {
    min-height: 10px;
}
.app-icon img {
    width: 200px;
}
.box {
    background-color: #ffffffa2;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    margin: 10px;
    min-height: 200px;
}
.box img {
    width: 30px;
}
.desc {
    padding: 10px;
}
.follow {
    background-color: black;
    padding: 60px;
    color: white;
    height: 100vh;
}
.btn-submit {
    background-color: white;
    font-weight:600;
}
.btn-submit:hover {
    background-color: coral;
}
.v-margin {
    margin-top: 30%;
}
.mb-10 {
    margin-bottom: 10%;
}
.no-padding {
    padding: 0 !important;
}