* {
    margin: 0;
    border: 0;
    padding: 0;
}

body{
    background-color: #180041;
}

.banner{
    background-image: url("../imgs/banner.jpg");
    text-align: center;
    color:rgba(255, 255, 255, 1);
    padding: 100px;
    background-size:cover;
    background-position: bottom;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-bottom: 30px;
}

.item{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 150px;
    margin-right: 150px;
    display: flex;
    align-items: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    background-color: rgb(122, 86, 231);
    border-radius: 20px;
    border: 3px solid rgb(75, 45, 163);    
}

.item-image{
    width: 30%;    
    border-radius: 19px;
}

.item-text
{    
    position: relative;
    margin-left: 30px;
}

.text-with-margin
{
    margin: 10px;
}

.footer
{
    background-color: deeppink;
    text-align: center;
    padding: 20px;
    position: relative;
    width: 100%;
    color: white;
}