@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #fff;
    background: black url("images/wallhaven-85vdyj.jpg") center/cover fixed no-repeat;
    text-align: center;
    height: 100vh;
}

.spec {
    display: flex;
    justify-content: center;
}

.newpc {
    margin-left: 100px;
}

.watermark {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-family: inherit;
    font-size: inherit;
}

main,
header {
    background-color: rgba(85, 85, 85, 0.4);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

header {
    padding: 7px;
    max-width: none;
    border-radius: 0;
}