body {
    background: url("home/background-home-desktop.jpg");
    height: 100vh;
    width: 100vw;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
    background-size: cover;
    text-transform: capitalize;

}


main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    height: 100vh;
    width: 100vw;


}

.f1 {
    flex: 1;
    margin-left: 90px;

}

.f2 {
    margin-left: 250px;
    margin-top: 200px;
    flex: 1;
}

.f1 h1 {
    font-size: 85px;
}

.f2 button {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 30px;
} 

.f2  button:hover{  
    color: white;
    background:fixed
}