﻿* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    color: #000000;
}

body {
    margin: 0px;
    padding: 0px;
    background-image: url(../Images/Birthday202104_vn.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

h2 {
    padding-top: 2%;
    width: 300px;
    height: 55px;
    font-family:Cambria;
}

.msg {
    margin-left: 40px;
    margin-right: 40px;
    color:black;
}


