@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url("../img/wallpaper.png");
}

main {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000d4;
}

div.download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.download > button.download {
    border: 0px;
    width: 354px;
    height: 37px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 700;
    transition: .3s all;
    border-radius: 15px;
    background-color: #006AFF;
}

div.download > button.download:hover {
    filter: brightness(0.75);
}

div.download > button.discord {
    color: #ffffff;
    background-color: #7289D9;
}

div.download > button.discord > i {
    margin-right: 5px;
}

div.clock {
    margin-top: 40px;
    color: #ffffff;
    text-align: center;
    user-select: none;
}

div.clock > h1 {
    font-size: 64px;
}

div.clock > h4 {
    font-size: 18px;
}

img.picture_of_profile {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    top: 30px;
    right: 30px;
}

button.back {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: large;
    border: none;
    cursor: pointer;
    background-color: transparent;
}