.header{
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px black solid;
    align-items: center;
    background-color: black;
    font-size: 40px;
    color: blanchedalmond;
}

.together{
    width: 60%;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px black solid;
    align-items: center;
    background-color: black;
    font-size: 40px;
    color: blanchedalmond;

}

.left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 80px;
    height: 20%;
    font-size: 20px;


}

.right{
    display: flex;
    font-size: 40px;
    align-items: flex-start;
    margin-left: 40px;


    

}

.middle {
    display: flex;
    align-content: flex-start;
    font-size: 20px;
    border-right: 2px blanchedalmond solid;

}


.button{
    padding: 10px 20px ;
    border: 2px blanchedalmond solid;
    flex-direction: column;
    text-decoration: thistle;
}


p, h1, h2{
   
    margin: 0 100px;

}

a:link {
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: rgba(255, 255, 255, 0.753);
    background-color: transparent;
    text-decoration: none;
}

.content{
 display: flex;
 flex-direction: column;
align-self: center;
justify-content: center;
width: 100%;
}

.imagine{
    width: 60%;
    align-self: center;
    margin: 40px;
}

.list{
    margin: 40px;
    font-family: 'Outfit' 'sans-serif';
    font-size: 20px;
}

.minibutton-component{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.text{margin-top: 300px;}
