

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cotainer .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stickynote{
    background-image: url("../Images/notebook\ 1.png");
    background-size: cover;
    background-position: center;
    padding: 5vh 5vh;
    width: 40vw;
    height: 40vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.intro {
    display: flex;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: end;

}

.sky {
    background-image: url("../Images/hero\ img\ \(Clouds\).jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    

}

.Button {
    padding: 10px 10px;
    background-color: orange;
    border: none;
    margin-top: 4vh;

}

.bigcontainer {
    display: flex;

}

.line {
    margin-left: 20px;
    margin-right: 20px;
}

.smallcontainer {
    padding: 5vh 5vw;
}

.contact {
    background-image: linear-gradient(rgb(70, 139, 74), rgb(245, 195, 111));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#white {
    color: white;
}
