.italia{
    width: 100%;
    height: 5px;
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    background-color: black;
}
.submarino{
    width: 100%;
    height: 59px;
    border-radius: 4px;
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    background-color: magenta;
}
#imgFigura{
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 5px solid magenta;
}
#img_superman{
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 5px solid blue;
}
#imgBatman{
    width: 62%;
    height: 540px;
    border: 4px solid magenta;
}
#dinamarca{
    width: 100%;
    height: auto;
    margin: 0;
}
.outraface{
    width: 100%;
    height: auto;
    font-family: algerian;
    font-size: 129px;
    text-align: center;
    color: white;
    background-color: #9400D3;
    margin-top: 0;
    margin-bottom: 0;
}
.suecia{
    width: 100%;
    height: auto;
    font-family: algerian;
    font-size: 129px;
    text-align: center;
    color: yellow;
    background-color: red;
    margin-top: 0;
    margin-bottom: 0;
}
.pTextTwo{
    text-align: center;
    font-family: britannic bold;
    font-weight: bold;
    font-size: 23px;
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    line-height: 130%;
}
.pinguim{
    text-align: center;
    font-family: britannic bold;
    font-weight: bold;
    font-size: 36px;
    color: blue;
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    line-height: 130%;
}
.ritmicajess{
    text-align: center;
    font-family: algerian;
    font-weight: bolder;
    color: yellow;
    font-size: 68px;
    margin-top: 1%;
    margin-bottom: 1%;
}
.cartoon{
    text-align: center;
    font-family: algerian;
    font-weight: bolder;
    color: red;
    font-size: 56px;
    margin-top: 1%;
    margin-bottom: 1%;
}
.supergirl{
    text-align: center;
    font-family: algerian;
    font-weight: bolder;
    color: white;
    font-size: 68px;
    margin-top: 1%;
    margin-bottom: 1%;
}
.pTextMed{
    text-align: center;
    font-family: algerian;
    font-weight: bold;
    color: blue;
    font-size: 41px;
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    line-height: 130%;
}
.meredith{
    text-align: left;
    font-family: britannic bold;
    font-weight: bold;
    color: blue;
    font-size: 26px;
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    margin-right: 1%;
    line-height: 130%;
}
.matchpoint{
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}
#vedeneeva{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.vedeneevaesq{
    width: 45%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: yellow;
    border: 4px solid black;
}
#divPagina{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: blue;
    padding-top: 1%;
    text-align: center;
}
.illustrator{
    width: 94.8%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2%;
    background-color: yellow;
    border: 4px solid black;
}
.articleCursos{
    width: 100%;
    height: auto;
    margin: 0;
    background-color: magenta;
}
.divCursos{
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5.5%;
    margin-top: 1%;
    margin-bottom: 1%;
    background-color: orange;
    border: 4.5px solid white;
}
#navSup{
    width: 100%;
    height: auto;
}
.botao{
    font-size: 32px;
    font-family: britannic bold;
    font-weight: bold;
    background-color: blue;
    border: 5px solid black;
    margin-top: 2%;
    margin-bottom: 2%;
    color: yellow;
    border-radius: 6px;
    padding: 10px;
    width: 342px;
}
.botao:hover{
    background-color: red;
    box-shadow: 8px 8px 8px yellow;
}
a{
    text-decoration: none;
    color: yellow;
}
.botao, select{
    cursor: pointer;
}
@media all and (max-width: 1400px) {
    #imgBatman{
        width: 95%;
        height: auto;
        border: 3px solid red;
    }
}
@media all and (max-width: 950px) {
    #dinamarca{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .suecia{
        width: 100%;
        height: auto;
        font-family: algerian;
        font-size: 56px;
        text-align: center;
        color: yellow;
        background-color: red;
        margin-top: 0;
        margin-bottom: 0;
    }
    .outraface{
        width: 100%;
        height: auto;
        font-family: algerian;
        font-size: 56px;
        text-align: center;
        color: white;
        background-color: magenta;
        margin-top: 0;
        margin-bottom: 0;
    }    
}
@media all and (max-width: 800px){
    #divPagina{
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: blue;
        padding-top: 1%;
        text-align: center;
    }
    #vedeneeva{
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .vedeneevaesq{
        width: 96%;
        height: auto;
        margin-left: 2.5%;
        margin-right: 2%;
        margin-top: 2%;
        margin-bottom: 2%;
        background-color: yellow;
        border: 2px solid black;
    }
    .illustrator{
        width: 94.8%;
        height: auto;
        margin-left: 2.5%;
        margin-right: 2%;
        background-color: yellow;
        border: 3px solid black;
    }
    #imgFigura{
        width: 85%;
        height: auto;
    }
}
@media all and (max-width: 650px){
    .divCursos{
        width: 90%;
        height: auto;
        margin-left: 5.5%;
        margin-right: 5.5%;
        margin-top: 1%;
        margin-bottom: 1%;
    }      
    #img_superman{
        width: 86%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: 3px solid blue;
    }
    .ritmicajess{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: yellow;
        font-size: 50px;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .cartoon{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: red;
        font-size: 50px;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .supergirl{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: white;
        font-size: 50px;
        margin-top: 1%;
        margin-bottom: 1%;
    }    
}
@media all and (max-width:500px) {
    .botao{
        font-size: 21px;
        font-family: britannic bold;
        font-weight: bold;
        width: 200px;
        height: auto;
        padding: 1%;
        border: 2px solid black;
        background-color: blue;
        color: yellow;
    }
    .ritmicajess{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: yellow;
        font-size: 39px;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .cartoon{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: red;
        font-size: 39px;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .supergirl{
        text-align: center;
        font-family: algerian;
        font-weight: bolder;
        color: white;
        font-size: 39px;
        margin-top: 1%;
        margin-bottom: 1%;
    }       
}