body {
    margin: 0px;
    padding: 0px;
    background-color: black;
}

header {
    background-image: url(Images/Header\ image.png);
    /* display: flex;
    justify-content: center; */
    padding-top: 460px;
    padding-bottom: 460px;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
}
header a {
        color: #ffffff;
        font-size: 16px;
        background-color: #000000;
        border: solid white 2px;
        border-radius: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        text-decoration: none;
        }

.buttons{
    display: flex;
    gap: 40px;
    justify-content: center;
}

.Lego1{
    position: absolute;
    top: 100px;
    left: 180px;
}

.Lego2{
    position: absolute;
    top: 200px;
    right: 250px;
}

.Lego3{
    position: absolute;
    bottom: 300px;
    left: 500px;
}

.Lego4{
    position: absolute;
    bottom: 180px;
    right: 400px;
}

.button1{
    color: black;
}

h1 {
    color: white;
    font-family: "Abhaya Libre", serif;
    font-size: 80px;
    font-weight: 800px;
    text-align: center;

}

h2 {
    color: white;
    font-family: "Abhaya Libre", serif;
    font-size: 30px;
    font-weight: 800px;
    text-align: center;
}


#about {
    /* display: flex; */
    gap: 30px;
    justify-content: left;
    padding-bottom: 200px;
    padding-top: 100px;
    
}



#about p {
    color: white;
    font-family: "Abhaya Libre", serif;
    font-weight: 600px;
    font-size: 25px;
    text-align: center;


}

.top {
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
    padding-left: 100px;
}
/* .top img {
    justify-content: right;

} */

article {
    background-color: rgba(255, 29, 29, 1);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 200px;

}