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

header, footer {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
}

header h1{
    font-size: 60px;
}

.ferro {
    height: 100vh;
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
    position: relative;
    overflow: hidden;
}

.luca {
    position: absolute;
    height: 100px;
    top: 50%;
    left: 0%;
}

.barbone {
    position: absolute;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}