@font-face {
    font-family: 'ZhanKuKuaiLe';
    src: url('../fonts/ZKKL.ttf') format('TrueType');
}

body {
    margin: 0;
    padding: 0;
    background-image: url("https://api.oneneko.com/v1/bing_today");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.black {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
}

.PersonalInfo {
    margin-top: -100vh;
    font-family: ZhanKuKuaiLe;
    width: 100%;
    height: 100%;
    position: absolute;
    display: grid;
}

.Photo {
    margin: auto;
    opacity: 100%;
}

.Ph {
    border-radius: 500px;
}

.Name {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.DailySentense {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.Introduction {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.SocialMediaIcon {
    margin: auto;
    text-align: center;
    color: #fff;
}
