* {
    font-family: 'Minion Pro', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: Mionion Pro;
    src: url(/fonts/minion-pro-cufonfonts-webfont/style.css);
}
body {
    background-image: url('../imgs/background.png');
    background-size: cover;
}
h1 {
    font-family: 'Montserrat';
    font-size: 62px;
    font-weight: 600;
    color: #2B2B2B;
    margin-top: 8px;
    margin-bottom: 54px;
}
.anhdecor {
    height: 63px;
    margin-bottom: 48px;
    opacity: 83%;
}
.chandung {
    height: 603px;
    border-radius: 10px;
}
.ten {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 8px;
}
.tendaydu {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 56px;
}
.gioithieu {
    font-size: 20px;
    margin-bottom: 72px;
}
.gioithieuindam {
    font-weight: bold;
    font-style: italic;
}
.linkgal {
    font-size: 33px;
    font-weight: bold;
    font-style: italic;
    color: #2B2B2B;
    text-decoration: underline;
    transition: 0.3s;
}
.anhdecor2 {
    height: 63px;
    margin-top: 48px;
    margin-bottom: 48px;
    opacity: 83%;
}
.tenmuc {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 8px;
    text-decoration: underline;
}
.linkmang .logomang{
    text-decoration: none;
}
.logomang {
    height: 108px;
    padding: 20px 20px;
    margin: 8px 16px;
    text-decoration: none;
    transition: 0.3s;
}
.cangiua {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.guimail {
    font-size: 32px;
    margin: 36px 0px;
    border-bottom: #2B2B2B solid 2px;
    padding-bottom: 36px;
}
.linkmail {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #2B2B2B;
    transition: 0.3s;
}
.or {
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}
.linkmail:hover {
    color: #fff;
}
.linkmang:hover .logomang {
    scale: 1.2;
}
.linkgal:hover {
    color: #fff;
}
@media screen and (max-width: 900px) {
    .cangiua {
        text-align: center;
    }
    .chandung {
        margin-bottom: 16px;
        height: 400px;
    }
    .anhdecor, .anhdecor2 {
        width: 400px;
    }
    .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
