.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: 100%;
    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: 100%;


}

.right{
    display: flex;
    font-size: 125px;

}

.middle {
    display: flex;
    align-content: center;

}


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




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;
}

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


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

.two-columns{
    display: flex;
    flex-direction: row;
}