*{
    color: black;
    
}

div{
    background-color: transparent;
    height: fit-content;
    background-color: white;
    
}
a{
    padding-right: 7px;
    font-size: 15px;
    text-decoration: none;
}
h1{
    color: white;
    position: relative;
    top: 50px;
    left: 50px;
    font-size: xx-large;

}
p{
    color: white;
    position: relative;
    top: 50px;
    left: 50px;
    height: 60px;

}



iframe{
    position: relative;
    top: 150px;
    left: 300px;
}


fieldset{
    height: 200px;
    width: 150px;
    border: solid 3px;
    color: white;}

    
#foter{
        position: fixed;
        bottom: 0px;
        height: fit-content;
        background-color: transparent;
}

img{
    height: 40px;
    padding-right: 20px;
}

button{
    background-color: blueviolet;
    color: whitesmoke;
    border-radius: 50px;
    block-size: 50px;
    text-decoration: solid;
    text-transform: uppercase;
    font-size: large;
    font-weight: 750;
    
    

    position: relative;
    top: 100px;
    left: 100px;
    
}


@media (max-width:600px){
    *{
        font-size: 20px;
    }
}