* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background-image: url('../imgs/background.png');
    background-size: cover;
    position: relative;
}
h1 {
    font-size: 62px;
    font-weight: 600;
    color: #2B2B2B;
    margin-top: 8px;
    margin-bottom: 24px;
}
.anh1 {
    width: 348px;
    scale: 1;
    transition: 0.3s;
}
.muccon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    transition: 0.3s;
}
h2 {
    color: #2B2B2B;
    font-size: 32px;
    font-weight: 600;
    margin-top: 12px;
    max-height: 44px;
    transition: 0.3s;
    margin-top: 18px;
}
.muccon:hover .anh1{
    scale: 1.1;
}
.muccon:hover h2{
    font-size: 26px;
    margin-top: 18px;
}
.muccon:hover {
    text-decoration: none;
}
.note {
    background-color: #2b2b2b;
    padding: 20px;
    margin-top: 0px;
    color: white;
    display: none;
}
@media screen and (max-width: 2000px) {
    .mycopyright {
        position: absolute;
        bottom: -298px;
    }
    section {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1500px) {
    .section {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1000px) {
    .muccon {
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .note {
        display: block;
    }
}