
*{
    box-sizing: border-box;
}
body{
    background: white;
    padding: 40px;
    height: 100vh;
    min-height: 600px;
    color: #002855;
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-weight: 200;
}
.content{
    background: #F6F7F9;
    padding: 50px;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 17px;
}

a{
    color: #002855;
    text-decoration: none;
}
a:hover{
    opacity: 0.8;
    color: #002855;
}
p{
    display: block;
    width: 100%;
    margin: 0;
    font-size: 17px;
}
.content img{
    width: 100%;
}
.content-inner{
    width: 400px;
}
@media screen and (max-width: 1024px) {
    .content img{
        width: 100%;
    }
    body{
        padding: 20px;
    }
    .content{
        font-size: 14px;
    }
    .content{
        padding: 40px;
    }
    .content-inner{
        width: 100%;
    }
  }