*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Glacial Indifference";
    src: url("../../../ASSETS/FONTS/GlacialIndifference/GlacialIndifference-Regular.otf");
}

@font-face {
    font-family: "Brittany";
    src: url("../../../ASSETS/FONTS/Brittany/BrittanySignature.ttf");
}

body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boxLogoBloggerito{
    width: 100%;
    display: flex;
    justify-content: center;
}

.logoBloggerito{
    width: 200px;
}

.boxDescriptionWeb{
    width: 60%;
    justify-content: center;
    font-family: "Glacial Indifference";
    font-size: 20px;
}

.boxDescriptionWeb a{
    text-decoration: none;
    color: #000;
}

.boxDescriptionWeb a:hover{
    text-decoration: underline;
}

.contentWeb{
    width: 60%;
    justify-content: center;
    font-family: "Glacial Indifference";
    font-size: 20px;
}

.themeWeb{
    width: 100%;
    margin-top: 1rem;
    font-family: "Glacial Indifference";
    font-size: 40px;
}

.boxSubTheme{
    width: 100%;
    font-family: "Glacial Indifference";
    padding-left: 5rem;
    font-size: 25px;
}

.subTheme{
    margin-top: 1rem;
}

.listTheme{
    
    list-style-position: inside;
}

.itemTheme{
    width: 100%;
    margin-top: 1rem;
    font-family: "Glacial Indifference";
    font-size: 20px;
}