body { 
  margin: 0;
  height: 100vh; 
  font-family: 'Segoe UI'; 
  background-image: url('https://raw.githubusercontent.com/AK9099080/Blue-Screen-of-Beth/refs/heads/main/525dd1be-0590-458a-9e4d-fb60002436c5.jpg');
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white; 
  overflow: hidden; 
}


.bsod {
    display: block;
}

.sad {
    margin-top: 170px;
    margin-left: 200px;
    margin-bottom: 0;
    font-size: 180px;
}

.text1 {
    margin-left: 200px;
    font-size: 30px;
}

.bsod2 {
    display: flex;
    margin-left: 200px;
}

.qr {
    width: 130px;
    height: 130px;
}

.text2 {
    font-size: 15px;
    margin-left: 20px;
    margin-top: 0%;
}

#click {
    position: absolute;
    top: 22%;
    left: 22%;
    color: white;
    opacity: 1;
    transition: opacity 2s ease-out;
}

.front {
    font-family: monospace;
    margin-left: -10px;
    margin-top: -170px;
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: black;
}
