    html{
        font-family: sans-serif;
        font-weight: 100;
        line-height: 1.3rem;
        letter-spacing:0.25rem;
        text-align: center;
	    color:#777;
    }
    body{
        margin: 0 auto;
        padding: 0;
        max-width: 640px;
        min-height: 100%;
    }
a{
    text-decoration: none;
}
    .content{
        border-bottom: solid thin #f8f8f8;
        font-size: 0.75rem;
        margin-bottom: 0rem;
    }
    #img_logo{
        width: 25%;
    }
    .img_catalog{
        width: 100%;
        border-radius: 1em;
    }
    #div_logo{
        margin-bottom: 2rem;
    }
    #div_header{
        margin-top: 2rem;
        margin: 1.5rem;

    }
    #div_content{
        margin: 0;
        padding: 1rem 0 0 0;

    }
    .div_catalog{
        margin: 2rem 1rem;
        position: relative;
    }
    h1{
        font-size: 1rem;
        font-weight: 300;
        color: #111;
        margin-bottom: 1rem;
        border-bottom: solid thin #f2f2f2;
    }
    .title_catalog{
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 2rem;
        letter-spacing: 1rem;
        position: relative;
    }
.titleBox {
    border:solid black 1px;
    width: 9rem;
    height: 4.5rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0.5rem 0.5rem 0 rgba(195, 195, 195, 0.6);
}
.titleBox:hover{
    background-color: rgba(255, 245, 169, 0.83);
    font-weight: 400;
    box-shadow: 0.7rem 0.7rem 0 rgba(195, 195, 195, 0.8);
}

.titleName {
    font-size: 1.2rem;
    color: black;
    height: 50%;
    margin: 0 1rem 0 1rem;
    border-bottom: solid 1px black;
    display: flex;
    align-items: center;
    justify-content:space-around;
}


.titleIntro {
    font-size: 0.7rem;
    height: 50%;
    margin: 0 1rem 0 1rem;
    color: gray;
    display: flex;
    align-items: center;
    justify-content:space-around;
}

.titleContaint {
    position: absolute;
    top: -1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

#linkContainer {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
    border-bottom: solid 1px black;
    padding-bottom: 2rem;
}

.bottomLink {
    border:solid black 1px;
    width: 7rem;
    height: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0.3rem 0.3rem 0 rgba(195, 195, 195, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    color: black;
    font-size: 0.8rem;
}
.bottomLink:hover{
    background-color: #e6ffaf;
    font-weight: 600;
    box-shadow: 0.5rem 0.5rem 0 rgba(195, 195, 195, 0.6);
}

#bottomLogo {
    width: 12%;
}

#copyright {
    color: black;
    font-size: 0.5rem;
    letter-spacing: normal
}

#footer {
    padding-top: 1rem;
}
