body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    background-color: rgb(3, 141, 134);
}
h1{
    font-size: 50px;
}
.color{
    color: rgb(90, 53, 40);
}
.flex-container{
    display: flex;
    margin-bottom: 100px;
}
.half-width{
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 70px;
    text-align: justify;
    color: rgb(7, 20, 78);
}
.half-width img{
    width: 80%;
}
.button{
    text-decoration: none;
    background-image: linear-gradient(orangered, rgb(221, 42, 42));
    padding: 10px 50px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
}
.top{
    background-image: url(images/top-banner.png);
    background-repeat: no-repeat;
}
.dream{
    background-image: url(images/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.exp{
    background-image: url(images/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}
.exp-item{
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
    padding-right: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(4, 0, 58);
}
#kill{
    border-left: solid 7px;
    border-image: linear-gradient(orangered,rgb(134, 81, 0));
    border-image-slice: 1;
}
#dum{
    border-left: solid 7px;
    border-image: linear-gradient(rgb(52, 157, 255),rgb(32, 0, 150));
    border-image-slice: 1;
}
footer p{
    text-align: center;
}