header {



    h1 {

        size: 80px;
        Font-family: 'Lato', sans-serif;
        Margin: 0;
        Padding: 80px 0 0 20px;
        text-align: center;
        Color: #ffffff;


    }

    font-weight: 100%;
    font-weight: 200px;
    background-image: url("images/header.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0px;
    Padding: 0px;

    main {
        padding: 30px 100px;
        width: auto;
        display: flex;
        flex-direction: row;
        gap: 40px;

        .content {
            width: 70%;

            button {
                
                padding: 8px;
                border: 1px solid rgb(241, 43, 43);
                border-radius: 30px;
                background: white;
                color: rgb(241, 43, 43);
            }
        }



        aside {
            img {
                width: 100%;
            }

            width: 30%;
        }

    }

}